Completed
Pull Request — master (#34)
by Eric
10:19
created
Tests/DependencyInjection/Compiler/ReplaceBase64FileExtensionPassTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $definition
60 60
             ->expects($this->once())
61 61
             ->method('addArgument')
62
-            ->with($this->callback(function ($reference) {
62
+            ->with($this->callback(function($reference) {
63 63
                 return $reference instanceof Reference
64 64
                     && (string) $reference === 'lug.resource.routing.parameter_resolver';
65 65
             }))
Please login to merge, or discard this patch.