Completed
Push — forward-compatibility ( 03963b )
by Colin
02:26
created
src/HtmlRenderer.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
      * @param string $option
43
-     * @param mixed  $default
43
+     * @param string  $default
44 44
      *
45 45
      * @return mixed|null
46 46
      */
Please login to merge, or discard this patch.
src/InlineParserEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
      * @param string                      $character
150 150
      * @param DelimiterProcessorInterface $delimiterProcessor
151 151
      *
152
-     * @return bool[]
152
+     * @return boolean[]
153 153
      */
154 154
     private static function determineCanOpenOrClose(string $charBefore, string $charAfter, string $character, DelimiterProcessorInterface $delimiterProcessor)
155 155
     {
Please login to merge, or discard this patch.