Completed
Push — master ( 47c243...d4dc72 )
by Julián
09:16
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,4 +6,4 @@
 block discarded – undo
6 6
  * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
7 7
  */
8 8
 
9
-require_once __DIR__ . '/../vendor/autoload.php';
9
+require_once __DIR__.'/../vendor/autoload.php';
Please login to merge, or discard this patch.
src/ManagerBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
     public function getManagers()
153 153
     {
154 154
         return array_map(
155
-            function (Builder $builder) {
155
+            function(Builder $builder) {
156 156
                 return $builder->getManager();
157 157
             },
158 158
             $this->builders
Please login to merge, or discard this patch.