Completed
Pull Request — master (#11)
by Tomáš
05:09
created
src/SculpinBundle/Command/GenerateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
             $this->httpServer->init();
91 91
 
92
-            $this->httpServer->addPeriodicTimer(1, function () {
92
+            $this->httpServer->addPeriodicTimer(1, function() {
93 93
                 clearstatcache();
94 94
 
95 95
                 $this->sculpin->resetSources();
Please login to merge, or discard this patch.
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.