mirror of
https://github.com/jupeter/clean-code-php.git
synced 2025-09-26 05:59:04 +02:00
Update README.md
This commit is contained in:
@@ -184,7 +184,7 @@ function createMicrobrewery($breweryName = 'Hipster Brew Co.')
|
|||||||
|
|
||||||
**Not bad:**
|
**Not bad:**
|
||||||
|
|
||||||
This opinion is understandable than the previous version, but it better controls the value of the variable.
|
This opinion is more understandable than the previous version, but it better controls the value of the variable.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
function createMicrobrewery($name = null)
|
function createMicrobrewery($name = null)
|
||||||
|
Reference in New Issue
Block a user