Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip authored and StyleCIBot committed Jan 4, 2019
1 parent 61ededa commit 9f20d90
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 9f20d90

Please sign in to comment.