Skip to content

Commit 632a072

Browse files
authored
Apply fixes from StyleCI (#148)
1 parent 896e708 commit 632a072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Repositories/Repository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function uriKey()
7070

7171
/**
7272
* e.g. UserRepository => users
73-
* e.g. LaravelEntityRepository => laravel-entities
73+
* e.g. LaravelEntityRepository => laravel-entities.
7474
*/
7575
return Str::plural($kebabWithoutRepository);
7676
}
@@ -229,7 +229,7 @@ public function resolve($request = null)
229229
$data = $data->jsonSerialize();
230230
}
231231

232-
return $this->filter((array)$data);
232+
return $this->filter((array) $data);
233233
}
234234

235235
/**

0 commit comments

Comments
 (0)