Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/php-casbin/php-casbin
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Jan 4, 2019
2 parents 8a062bd + de9f4e8 commit 749bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Model.php
Expand Up @@ -71,7 +71,7 @@ private function getKeySuffix($i)
private function loadSection($cfg, $sec)
{
$i = 1;
for (;;) {
for (; ;) {
if (!$this->loadAssertion($cfg, $sec, $sec.$this->getKeySuffix($i))) {
break;
} else {
Expand Down

0 comments on commit 749bfde

Please sign in to comment.