Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 13, 2015
1 parent 56c8d7b commit 4aaa9d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Hateoas/Configuration/Annotation/Exclusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class Exclusion
* If you are working with the FOS/Rest Bundle, be reminded to set
* Rest\View(serializerEnableMaxDepthChecks=true)
* on your controller
*
*
* @var int
*/
public $maxDepth = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
interface RelationProviderInterface
{
/**
* @param object $object
* @param object $object
* @return \Hateoas\Configuration\Relation[] Returns array of Relations for specified object.
*/
public function getRelations($object);
Expand Down
1 change: 0 additions & 1 deletion tests/Hateoas/Tests/HateoasBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use JMS\Serializer\SerializationContext;
use Hateoas\Tests\Fixtures\AdrienBrault;
use Hateoas\Tests\Fixtures\WithAlternativeRouter;
use Hateoas\Tests\TestCase;

/**
* Contains functional tests
Expand Down

0 comments on commit 4aaa9d7

Please sign in to comment.