Failed Conditions
Pull Request — master (#9)
by Yo
02:00
created
src/Yoanm/DefaultPhpRepository/Processor/InitRepositoryProcessor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     /**
64 64
      * @param FolderTemplate $template
65 65
      *
66
-     * @return bool
66
+     * @return boolean|null
67 67
      */
68 68
     protected function processFolder(FolderTemplate $template)
69 69
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param Template $template
94
-     * @return bool
94
+     * @return boolean|null
95 95
      */
96 96
     protected function processFile(Template $template)
97 97
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * @param bool $targetExist
111 111
      *
112
-     * @return bool
112
+     * @return string|boolean
113 113
      */
114 114
     protected function processOrNot($targetExist)
115 115
     {
Please login to merge, or discard this patch.