Skip to content

Commit 5410575

Browse files
committed
Remove double return in mixin, refs #314
1 parent 875c06d commit 5410575

File tree

2 files changed

+0
-553
lines changed

2 files changed

+0
-553
lines changed

bin/src/MixinGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,7 @@ private function phpdoc(array $lines, int $indent): string
439439
}
440440
}
441441

442-
$phpdoc .= "\n".$indentation.' * @return void';
443-
444442
if (strlen($throws) > 0) {
445-
$phpdoc .= "\n".$indentation.' *';
446443
$phpdoc .= $throws;
447444
}
448445

0 commit comments

Comments
 (0)