Completed
Push — feature-output-formats ( a25fbf...c04345 )
by Arnaud
01:55
created
src/Page/Prefix.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param string $string
40 40
      *
41
-     * @return string[]|null
41
+     * @return string|null
42 42
      */
43 43
     public static function getPrefix(string $string): ?string
44 44
     {
Please login to merge, or discard this patch.
src/Generator/TitleReplace.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         $generatedPages = new PagesCollection();
25 25
 
26
-        $filteredPages = $pagesCollection->filter(function (Page $page) {
26
+        $filteredPages = $pagesCollection->filter(function(Page $page) {
27 27
             return null !== $page->getVariable('title');
28 28
         });
29 29
 
Please login to merge, or discard this patch.