Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 22, 2016
1 parent 3852aa2 commit 11a91d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/RuleInvoker.php
Expand Up @@ -105,7 +105,7 @@ public function setName($name)
* @param \Cake\Datasouce\EntityInterface $entity The entity the rule
* should apply to.
* @param array $scope The rule's scope/options.
* @return boolean Whether or not the rule passed.
* @return bool Whether or not the rule passed.
*/
public function __invoke($entity, $scope)
{
Expand Down

0 comments on commit 11a91d3

Please sign in to comment.