Coding standards

This commit is contained in:
Romain Neutron
2012-01-26 16:26:00 +01:00
parent 3f3701b03d
commit 34f2e91fd4
10 changed files with 68 additions and 68 deletions

View File

@@ -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);

View File

@@ -88,7 +88,7 @@ class UserProvider implements ControlProviderInterface
}
catch (\Exception $e)
{
}
return false;