Passed
Pull Request — master (#33)
by Baptiste
08:03
created
src/Container.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -131,6 +131,9 @@
 block discarded – undo
131 131
         return new Twig_Environment(new Twig_Loader_Array, $options);
132 132
     }
133 133
 
134
+    /**
135
+     * @param string $id
136
+     */
134 137
     private function resolveAlias($id): string
135 138
     {
136 139
         static $aliases = [
Please login to merge, or discard this patch.