Skip to content

Commit 7d6b249

Browse files
alexanderzaiets-payserapelanis
authored andcommitted
review concern fix
1 parent 5a3358f commit 7d6b249

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,26 +1316,6 @@ class MyClass
13161316
}
13171317
}
13181318
```
1319-
or php8
1320-
```php
1321-
<?php
1322-
1323-
declare(strict_types=1);
1324-
1325-
class MyClass
1326-
{
1327-
private const TYPE_TWO = 'two';
1328-
1329-
public function __construct(
1330-
private ArrayCollection $one = new ArrayCollection(),
1331-
private string $two = self::TYPE_TWO,
1332-
private int $three = 3,
1333-
private bool $four = false,
1334-
private DateTimeImmutable $createdAt = new DateTimeImmutable()
1335-
) {
1336-
}
1337-
}
1338-
```
13391319

13401320
### Scalar typehints
13411321

0 commit comments

Comments
 (0)