Completed
Pull Request — develop (#407)
by
unknown
13:06
created
Command/GenerateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
      *
140 140
      * @param OutputInterface $output An OutputInterface instance
141 141
      *
142
-     * @return empty string if unable to fetch header, or the copyright header as string.
142
+     * @return string string if unable to fetch header, or the copyright header as string.
143 143
      */
144 144
     private function getCopyrightHeader(OutputInterface $output) {
145 145
         $fs = new Filesystem();
Please login to merge, or discard this patch.