Skip to content

Commit 0662992

Browse files
committed
Add peter-gribanov suggestion
1 parent d807a24 commit 0662992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function createMicrobrewery($name = null): void
375375

376376
**Good:**
377377

378-
If you support only PHP 7.1+, then you can use [type hinting](http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration) and be sure that the `$breweryName` will not be `NULL`.
378+
You can use [type hinting](http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration) and be sure that the `$breweryName` will not be `NULL`.
379379

380380
```php
381381
function createMicrobrewery(string $breweryName = 'Hipster Brew Co.'): void

0 commit comments

Comments
 (0)