Skip to content

Commit ff90dfe

Browse files
committed
Fix: Modified the phpstan retrun type.
1 parent 7e0a449 commit ff90dfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Debug/Exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
100100
* @codeCoverageIgnore
101101
*
102102
* @return void
103-
* @phpstan-return never|void
103+
* @phpstan-return void
104104
*/
105105
public function initialize()
106106
{

system/Debug/Toolbar.php

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

0 commit comments

Comments
 (0)