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