Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 13, 2023
1 parent 25f2b22 commit d2c50bb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Collector/Web/RequestCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use Yiisoft\Yii\Debug\Collector\CollectorTrait;
use Yiisoft\Yii\Debug\Collector\SummaryCollectorInterface;

use function is_object;

final class RequestCollector implements SummaryCollectorInterface
{
use CollectorTrait;
Expand Down
2 changes: 0 additions & 2 deletions src/Collector/Web/WebAppInfoCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
use Yiisoft\Yii\Debug\Collector\CollectorTrait;
use Yiisoft\Yii\Debug\Collector\SummaryCollectorInterface;

use function is_object;

final class WebAppInfoCollector implements SummaryCollectorInterface
{
use CollectorTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Helper/StreamWrapper/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class StreamWrapper implements StreamWrapperInterface
public ?string $filename = null;

/**
* @var resource|false
* @var false|resource
*/
public $stream = false;

Expand Down
2 changes: 1 addition & 1 deletion src/Helper/StreamWrapper/StreamWrapperInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function stream_eof(): bool;
public function stream_seek(int $offset, int $whence = SEEK_SET): bool;

/**
* @return resource|false
* @return false|resource
*/
public function stream_cast(int $castAs);

Expand Down

0 comments on commit d2c50bb

Please sign in to comment.