File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,5 @@ public function start(bool $determineUnusedAndDead = true): void;
4646 */
4747 public function stop (): array ;
4848
49- /**
50- * @return bool
51- */
52- public function supportsWhitelistFiltering ();
49+ public function supportsWhitelistFiltering (): bool ;
5350}
Original file line number Diff line number Diff line change @@ -77,10 +77,7 @@ public function stop(): array
7777 return $ this ->detectExecutedLines ($ fetchedLines , $ dbgData );
7878 }
7979
80- /**
81- * @return bool
82- */
83- public function supportsWhitelistFiltering ()
80+ public function supportsWhitelistFiltering (): bool
8481 {
8582 return false ;
8683 }
Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ public function stop(): array
6969 return $ this ->cleanup ($ data );
7070 }
7171
72- /**
73- * @return bool
74- */
75- public function supportsWhitelistFiltering ()
72+ public function supportsWhitelistFiltering (): bool
7673 {
7774 return $ this ->hasSupportForWhitelistFiltering ;
7875 }
You can’t perform that action at this time.
0 commit comments