Skip to content

Commit

Permalink
Merge pull request #1 from dotkernel/develop
Browse files Browse the repository at this point in the history
reformat code to PSR2
  • Loading branch information
n3vrax authored Jan 19, 2017
2 parents ed6a78d + f47618c commit 4f73450
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/AuthorizationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ interface AuthorizationInterface
* @return bool
*/
public function isGranted($permission, array $roles = [], $context = null);
}
}
2 changes: 1 addition & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
interface ExceptionInterface
{

}
}
2 changes: 1 addition & 1 deletion src/Exception/ForbiddenException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
class ForbiddenException extends \Exception implements ExceptionInterface
{

}
}
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
class RuntimeException extends \RuntimeException implements ExceptionInterface
{

}
}
2 changes: 1 addition & 1 deletion src/Identity/IdentityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ interface IdentityInterface
* @return string[]|RoleInterface[]
*/
public function getRoles();
}
}
2 changes: 1 addition & 1 deletion src/Role/RoleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ interface RoleInterface
* @return string
*/
public function getName();
}
}

0 comments on commit 4f73450

Please sign in to comment.