Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinemacula-ben authored and StyleCIBot committed Apr 17, 2024
1 parent dd8d424 commit d5e3298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Exceptions/RepositoryException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
* @author Ben Carey <bdmc@sinemacula.co.uk>
* @copyright 2024 Sine Macula Limited.
*/
class RepositoryException extends Exception { }
class RepositoryException extends Exception
{ }
5 changes: 2 additions & 3 deletions src/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(
* Trigger a static method call on the repository.
*
* @param string $method
* @param array $arguments
* @param array $arguments
* @return mixed
*/
public static function __callStatic(string $method, array $arguments)
Expand All @@ -66,8 +66,7 @@ public static function __callStatic(string $method, array $arguments)
* Forward method calls to the model
*
* @param string $method
* @param array $arguments
*
* @param array $arguments
* @return mixed
*/
public function __call(string $method, array $arguments)
Expand Down

0 comments on commit d5e3298

Please sign in to comment.