Completed
Pull Request — refactor-03-simple-xml-replace (#22)
by John
08:17 queued 06:06
created
src/Parser/FieldParser/FieldParserGraphicPrimitive.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 abstract class AbstractGraphicPrimitiveRenderer extends AbstractRenderer
8 8
 {
9 9
     /**
10
-     * @return int
10
+     * @return double
11 11
      */
12 12
     protected function getLineWeight()
13 13
     {
Please login to merge, or discard this patch.
tests/src/SimpleXmlElementChainMocker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     private static $mocks = [];
15 15
 
16 16
     /**
17
-     * @param array $properties
17
+     * @param string[] $properties
18 18
      * @param mixed $returnValue
19 19
      * @return \Mockery\MockInterface
20 20
      */
Please login to merge, or discard this patch.