Skip to content

Commit eae9081

Browse files
committed
Fix: Remove the @phpstan-return never|void.
1 parent ff90dfe commit eae9081

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

system/Debug/Exceptions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
100100
* @codeCoverageIgnore
101101
*
102102
* @return void
103-
* @phpstan-return void
104103
*/
105104
public function initialize()
106105
{

system/Debug/Toolbar.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ protected function roundTo(float $number, int $increments = 5): float
350350
* @param ResponseInterface $response
351351
*
352352
* @return void
353-
* @phpstan-return void
354353
*/
355354
public function prepare(?RequestInterface $request = null, ?ResponseInterface $response = null)
356355
{

0 commit comments

Comments
 (0)