Passed
Push — master ( 05f1f1...cc4d89 )
by Brent
05:44 queued 02:47
created
src/Brendt/Stitcher/Template/TemplatePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
      *
229 229
      * @return null|string
230 230
      */
231
-    public function file($src, bool $push = false) : ?string {
231
+    public function file($src, bool $push = false) : ? string {
232 232
         $src = trim($src, '/');
233 233
         $files = Finder::create()->in($this->srcDir)->path($src)->getIterator();
234 234
         $files->rewind();
Please login to merge, or discard this patch.