Completed
Push — master ( 33e779...8dfaf9 )
by Colin
20s
created
src/Delimiter/DelimiterStack.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param string|string[] $characters
115
+     * @param string[] $characters
116 116
      *
117 117
      * @return DelimiterInterface|null
118 118
      */
@@ -133,6 +133,9 @@  discard block
 block discarded – undo
133 133
         return $opener;
134 134
     }
135 135
 
136
+    /**
137
+     * @param DelimiterInterface|null $stackBottom
138
+     */
136 139
     public function processDelimiters(?DelimiterInterface $stackBottom, DelimiterProcessorCollection $processors)
137 140
     {
138 141
         $openersBottom = [];
Please login to merge, or discard this patch.