mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Coding standards
This commit is contained in:
@@ -138,7 +138,7 @@ class WorkZone implements ControllerProviderInterface
|
||||
$StoryWZRepo = $em->getRepository('\Entities\StoryWZ');
|
||||
|
||||
$alreadyFixed = $done = 0;
|
||||
|
||||
|
||||
foreach (explode(';', $request->get('stories')) as $element)
|
||||
{
|
||||
$element = explode('_', $element);
|
||||
|
Reference in New Issue
Block a user