Completed
Push — dev ( dbd261...7a8390 )
by Marc
02:45
created
src/AutoPublishable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * @param null $fileToCheck
19
-     * @return mixed
19
+     * @return boolean
20 20
      */
21 21
     protected function isPublished($fileToCheck = null) {
22 22
         if (! $fileToCheck) $fileToCheck = config_path($this->name);
Please login to merge, or discard this patch.