Completed
Push — master ( f88368...86e87e )
by Gaetano
07:10
created
WrapperBundle/Core/Repository.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /** @var LoggerInterface $logger */
63 63
     protected $logger;
64 64
 
65
-    public function __construct(eZRepository $repository, $entityManager, array $settings=array(), $contentTypeIdentifier='')
65
+    public function __construct(eZRepository $repository, $entityManager, array $settings = array(), $contentTypeIdentifier = '')
66 66
     {
67 67
         $this->repository = $repository;
68 68
         $this->entityManager = $entityManager;
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
         return $this;
83 83
     }
84 84
 
85
-    public function setLogger(LoggerInterface $logger=null)
85
+    public function setLogger(LoggerInterface $logger = null)
86 86
     {
87 87
         $this->logger = $logger;
88 88
         return $this;
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      */
114 114
     public function __call($method, $args)
115 115
     {
116
-        switch($method) {
116
+        switch ($method) {
117 117
             case 'emergency':
118 118
             case 'alert':
119 119
             case 'critical':
Please login to merge, or discard this patch.