Skip to content

Commit

Permalink
Merge pull request #3170 from z-song/analysis-XNZGBy
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
z-song authored Apr 4, 2019
2 parents 6bd3c51 + 93e102f commit 015a3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/Form/NestedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class NestedForm
*
* NestedForm constructor.
*
* @param string $relation
* @param Model $model
* @param string $relation
* @param Model $model
*/
public function __construct($relation, $model = null)
{
Expand Down Expand Up @@ -126,8 +126,6 @@ public function getKey()
if ($this->model) {
return $this->model->getKey();
}

return null;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Authenticate
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param \Closure $next
*
* @return mixed
*/
Expand Down

0 comments on commit 015a3c1

Please sign in to comment.