Passed
Pull Request — master (#6476)
by Luís
15:25
created
tests/Doctrine/Tests/ORM/Functional/CustomFunctionsTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 use Doctrine\Tests\Models\CMS\CmsUser;
12 12
 use Doctrine\Tests\OrmFunctionalTestCase;
13 13
 
14
-require_once __DIR__ . '/../../TestInit.php';
14
+require_once __DIR__.'/../../TestInit.php';
15 15
 
16 16
 class CustomFunctionsTest extends OrmFunctionalTestCase
17 17
 {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
         $this->_em->getConfiguration()->addCustomStringFunction(
78 78
             'FOO',
79
-            function (string $funcName) : NoOp {
79
+            function(string $funcName) : NoOp {
80 80
                 return new NoOp($funcName);
81 81
             }
82 82
         );
Please login to merge, or discard this patch.