Completed
Branch XPathConvertorRefactor (245ee2)
by Josh
12:06
created
src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@
 block discarded – undo
32 32
 
33 33
 	/**
34 34
 	* {@inheritdoc}
35
+	* @param string $expr
35 36
 	*/
36 37
 	protected function evaluateExpression($expr)
37 38
 	{
Please login to merge, or discard this patch.
src/Configurator/RendererGenerators/PHP/XPathConvertor/Runner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
 	/**
151 151
 	* 
152 152
 	*
153
-	* @param  array    $matches
153
+	* @param  string[]    $matches
154 154
 	* @param  string   $name
155 155
 	* @return string[]
156 156
 	*/
Please login to merge, or discard this patch.