1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-25 21:49:04 +02:00

Update README.md

This commit is contained in:
Peter Gribanov
2017-09-05 14:08:13 +03:00
committed by GitHub
parent 47d6f95f43
commit aa24debbac

View File

@@ -184,7 +184,7 @@ function createMicrobrewery($breweryName = 'Hipster Brew Co.')
**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
function createMicrobrewery($name = null)