Skip to content

Commit

Permalink
Apply fixes from StyleCI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 17, 2017
1 parent 9c71c6e commit 526374f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Manipulations.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ private function hasMultipleConversions(array $manipulations) : bool
return true;
}
}

return false;
}

Expand Down
4 changes: 2 additions & 2 deletions tests/ManipulationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function it_can_create_from_sequence_array()
['width' => '123'],
['manualCrop' => '20,10,10,10'],
];

$manipulations = Manipulations::create($sequenceArray);

$this->assertEquals($sequenceArray, $manipulations->toArray());
Expand All @@ -94,7 +94,7 @@ public function it_can_create_from_single_sequence()
[
'manualCrop' => '20,10,10,10',
'width' => '123',
]
],
];

$manipulations = Manipulations::create($sequence);
Expand Down

0 comments on commit 526374f

Please sign in to comment.