Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/system/HTTP/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#[Group('Others')]
final class MessageTest extends CIUnitTestCase
{
private ?Message $message;
private Message $message;

protected function setUp(): void
{
Expand Down
4 changes: 2 additions & 2 deletions tests/system/HTTP/NegotiateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#[Group('Others')]
final class NegotiateTest extends CIUnitTestCase
{
private ?IncomingRequest $request;
private ?Negotiate $negotiate;
private IncomingRequest $request;
private Negotiate $negotiate;

protected function setUp(): void
{
Expand Down
3 changes: 1 addition & 2 deletions utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 3608 errors
# total 3605 errors
includes:
- argument.type.neon
- assign.propertyType.neon
Expand Down Expand Up @@ -34,7 +34,6 @@ includes:
- property.protected.neon
- property.readOnlyByPhpDocAssignOutOfClass.neon
- property.readOnlyByPhpDocDefaultValue.neon
- property.unusedType.neon
- staticMethod.notFound.neon
- ternary.shortNotAllowed.neon
- varTag.type.neon
18 changes: 0 additions & 18 deletions utils/phpstan-baseline/property.unusedType.neon

This file was deleted.

Loading