Completed
Branch feature/goaop-parser (08838c)
by Alexander
03:32
created
src/Proxy/AbstractProxy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
         $defaultValue = null;
127 127
         $isDefaultValueAvailable = $parameter->isDefaultValueAvailable();
128 128
         if ($isDefaultValueAvailable) {
129
-             $defaultValue = var_export($parameter->getDefaultValue(), true);
129
+                $defaultValue = var_export($parameter->getDefaultValue(), true);
130 130
         } elseif ($parameter->isOptional()) {
131 131
             $defaultValue = 'null';
132 132
         }
Please login to merge, or discard this patch.