Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored and StyleCIBot committed Nov 11, 2015
1 parent f685ebf commit 2881d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Http/Controllers/Traits/RelatedIndexAction.php
Expand Up @@ -23,8 +23,8 @@ trait RelatedIndexAction
/**
* Display a paginated list of the relation of the requested resource.
*
* @param \ByCedric\Allay\Contracts\Resource\Manager $manager
* @param \ByCedric\Allay\Contracts\Resource\Resolver $resolver
* @param \ByCedric\Allay\Contracts\Resource\Manager $manager
* @param \ByCedric\Allay\Contracts\Resource\Resolver $resolver
* @throws \ByCedric\Allay\Exceptions\ResourceMissingRelatableException
* @throws \ByCedric\Allay\Exceptions\ResourceRelationNotFoundException
* @return mixed
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Traits/RelatedShowAction.php
Expand Up @@ -23,8 +23,8 @@ trait RelatedShowAction
/**
* Display a single resource, that matches the requested id and sub id.
*
* @param \ByCedric\Allay\Contracts\Resource\Manager $manager
* @param \ByCedric\Allay\Contracts\Resource\Resolver $resolver
* @param \ByCedric\Allay\Contracts\Resource\Manager $manager
* @param \ByCedric\Allay\Contracts\Resource\Resolver $resolver
* @throws \ByCedric\Allay\Exceptions\ResourceMissingRelatableException
* @throws \ByCedric\Allay\Exceptions\ResourceRelationNotFoundException
* @return mixed
Expand Down
2 changes: 1 addition & 1 deletion tests/Stubs/Resource/RelatableResource.php
Expand Up @@ -25,7 +25,7 @@ public function getRelatableMethods()
return [
'relation',
'otherRelation',
'notCallable'
'notCallable',
];
}

Expand Down

0 comments on commit 2881d34

Please sign in to comment.