Completed
Push — simplify ( c10a7e...96e3d6 )
by Colin
03:29
created
src/Inline/Parser/EmphasisParser.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      * @param string $character
124 124
      * @param int    $numDelims
125 125
      *
126
-     * @return bool[]
126
+     * @return boolean[]
127 127
      */
128 128
     private function determineCanOpenOrClose($charBefore, $charAfter, $character, $numDelims)
129 129
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 use League\CommonMark\Delimiter\Delimiter;
18 18
 use League\CommonMark\Environment;
19 19
 use League\CommonMark\EnvironmentAwareInterface;
20
-use League\CommonMark\Inline\Element\Text;
21 20
 use League\CommonMark\InlineParserContext;
21
+use League\CommonMark\Inline\Element\Text;
22 22
 use League\CommonMark\Util\Configuration;
23 23
 use League\CommonMark\Util\RegexHelper;
24 24
 
Please login to merge, or discard this patch.