Skip to content

Commit

Permalink
Merge branch '5.4' of github.com:laravel/framework into 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 27, 2017
2 parents eaec035 + 603ed4a commit da18899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function register($provider, $options = [], $force = false);
* Register a deferred provider and service.
*
* @param string $provider
* @param string $service
* @param string|null $service
* @return void
*/
public function registerDeferredProvider($provider, $service = null);
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ public function loadDeferredProvider($service)
* Register a deferred provider and service.
*
* @param string $provider
* @param string $service
* @param string|null $service
* @return void
*/
public function registerDeferredProvider($provider, $service = null)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Concerns/FormatsMessages.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function getMessage($attribute, $rule)
*
* @param string $attribute
* @param string $lowerRule
* @param array $source
* @param array|null $source
* @return string|null
*/
protected function getFromLocalArray($attribute, $lowerRule, $source = null)
Expand Down

0 comments on commit da18899

Please sign in to comment.