Skip to content

Commit

Permalink
Follow Doctrine CS for generated strict types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Dec 9, 2017
1 parent 9ebd7a3 commit b2ddca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class GenerateCommand extends AbstractCommand
{
private static $_template =
'<?php declare(strict_types = 1);
'<?php declare(strict_types=1);
namespace <namespace>;
Expand Down

0 comments on commit b2ddca9

Please sign in to comment.