Skip to content

Commit

Permalink
Apply fixes from StyleCI (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-harris committed Sep 24, 2017
1 parent c3ca24f commit f1c0c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/LaravelQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function deleteResource(
/**
* @param ResourceSet $resourceSet The entity set containing the entity to fetch
* @param object $sourceEntityInstance The source entity instance
* @param object $data The New data for the entity instance.
* @param object $data the New data for the entity instance
*
* @returns object|null returns the newly created model if successful,
* or null if model creation failed.
Expand Down

0 comments on commit f1c0c8e

Please sign in to comment.