@@ -89,7 +89,7 @@ |
||
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(); |
@@ -55,6 +55,9 @@ |
||
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(); |