Skip to content

Commit

Permalink
Fix operators spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Nov 23, 2014
1 parent 36fa511 commit 669870c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Repository/Vcs/UtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testAddComposerTimeWithSimpleKey($resourceKey)
$keys = explode('.', $resourceKey);
$start = count($keys) - 1;

for ($i = $start; $i>=0; $i--) {
for ($i = $start; $i >= 0; $i--) {
if (null === $value) {
$value = 'level '.$i;
}
Expand Down

0 comments on commit 669870c

Please sign in to comment.