Php cs fixed

This commit is contained in:
Tounu 2014-03-11 21:16:30 +01:00
parent 91e52ff31a
commit 482b90e6b1

View file

@ -109,7 +109,6 @@ class CakeFixtureManager {
foreach ($pathTokenArray as $pathToken) {
$additionalPath .= DS . $pathToken;
}
return array('fixture' => $fixture, 'additionalPath' => $additionalPath);
}