✨ 🔧 Update npm + login page
This commit is contained in:
4
vendor/nette/schema/readme.md
vendored
4
vendor/nette/schema/readme.md
vendored
@@ -21,7 +21,7 @@ Installation:
|
||||
composer require nette/schema
|
||||
```
|
||||
|
||||
It requires PHP version 7.1 and supports PHP up to 8.3.
|
||||
It requires PHP version 8.1 and supports PHP up to 8.3.
|
||||
|
||||
|
||||
[Support Me](https://github.com/sponsors/dg)
|
||||
@@ -439,7 +439,7 @@ Expect::structure([
|
||||
// creates '$obj = new Info' and writes to $obj->processRefund and $obj->refundAmount
|
||||
```
|
||||
|
||||
If the class has a constructor, the elements of the structure are passed as named parameters to the constructor (requires PHP 8):
|
||||
If the class has a constructor, the elements of the structure are passed as named parameters to the constructor:
|
||||
|
||||
```php
|
||||
class Info
|
||||
|
||||
Reference in New Issue
Block a user