Completed
Push — improve-types ( 2845c4 )
by Colin
03:27
created
src/Delimiter/DelimiterStack.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @param string|string[] $characters
126
+     * @param string[] $characters
127 127
      *
128 128
      * @return DelimiterInterface|null
129 129
      */
Please login to merge, or discard this patch.
src/Util/ArrayCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return TValue|false
43
+     * @return string
44 44
      */
45 45
     public function first()
46 46
     {
Please login to merge, or discard this patch.