Completed
Push — add-notifications-vue ( 669bf1...a69da0 )
by Fèvre
06:26 queued 03:36
created
app/Markdown/Emoji/EmojiParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Get the characters that must be matched.
44 44
      *
45
-     * @return array
45
+     * @return string[]
46 46
      */
47 47
     public function getCharacters()
48 48
     {
Please login to merge, or discard this patch.
app/Markdown/TaskLists/TaskListsParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Get the characters that must be matched.
44 44
      *
45
-     * @return array
45
+     * @return string[]
46 46
      */
47 47
     public function getCharacters()
48 48
     {
Please login to merge, or discard this patch.