Completed
Pull Request — master (#12)
by Tomáš
02:40
created
src/Permalink/SourcePermalinkFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return new Permalink($relativeFilePath, $relativeUrlPath);
56 56
     }
57 57
 
58
+    /**
59
+     * @return string
60
+     */
58 61
     private function generatePermalinkPathname(SourceInterface $source)
59 62
     {
60 63
         $pathname = $source->relativePathname();
Please login to merge, or discard this patch.