Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestAsset/AssertionZF7973.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AssertionZF7973 implements AssertionInterface
{
public function assert(Acl\Acl $acl, Acl\Role\RoleInterface $role = null, Acl\Resource\ResourceInterface $resource = null, $privilege = null)
{
if($privilege != 'privilege') {
if ($privilege != 'privilege') {
return false;
}

Expand Down

0 comments on commit 4dff9cb

Please sign in to comment.