Skip to content

Commit b71cb00

Browse files
committed
Configure phpstan
1 parent 2c1f59f commit b71cb00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: lib/Command/WhatChangedCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function execute(InputInterface $input, OutputInterface $output)
4545
new ConsoleReportOutput($output),
4646
$options
4747
);
48+
49+
return 0;
4850
}
4951

5052
private function configureOptions(ReportOptions $options, InputInterface $input)

Diff for: phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
2+
level: 5
23
paths: [ lib ]

0 commit comments

Comments
 (0)