Skip to content

Commit b7029b2

Browse files
authored
Merge pull request spatie#1319 from spatie/analysis-NAAr2G
Apply fixes from StyleCI
2 parents e9c0824 + 4da7c79 commit b7029b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Guard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Guard
1212
* @param $model
1313
* @return Collection
1414
*/
15-
public static function getNames($model) : Collection
15+
public static function getNames($model): Collection
1616
{
1717
if (is_object($model)) {
1818
$guardName = $model->guard_name ?? null;

0 commit comments

Comments
 (0)