Skip to content

Commit

Permalink
Merge f9ae34b into c86bb1d
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 30, 2020
2 parents c86bb1d + f9ae34b commit c490370
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Annotation/ApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ final class ApiResource
*/
public function __construct(
$description = null,
array $collectionOperations = [],
array $graphql = [],
string $iri = '',
array $itemOperations = [],
string $shortName = '',
array $subresourceOperations = [],
?array $collectionOperations = null,
?array $graphql = null,
?string $iri = null,
?array $itemOperations = null,
?string $shortName = null,
?array $subresourceOperations = null,

// attributes
?array $attributes = null,
Expand Down

0 comments on commit c490370

Please sign in to comment.