mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update README.md
This commit is contained in:
parent
e669b96f8a
commit
2937dc763d
@ -22,7 +22,7 @@ Where practical code should be strongly typed, ie your methods must return a typ
|
||||
|
||||
`public function doThis() : void`
|
||||
|
||||
PHP >= 7.1 allows the return type Nullable so there should be no circumstance a type cannot be return by using the following:
|
||||
PHP >= 7.3 allows the return type Nullable so there should be no circumstance a type cannot be return by using the following:
|
||||
|
||||
`public function doThat() ?:string`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user