Skip to content

Commit e5a5b1e

Browse files
authored
Merge pull request #5 from EOM/patch-1
Update README.md
2 parents 94de87b + ff4788d commit e5a5b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,13 @@ class ProductConfig
354354
}
355355
}
356356

357-
$config = new ProductConfig('foo', 'bar', 10.0, 100);
358-
createProduct($config);
359-
360357
function createProduct(ProductConfig $config): void
361358
{
362359
// ...
363360
}
361+
362+
$config = new ProductConfig('foo', 'bar', 10.0, 100);
363+
createProduct($config);
364364
```
365365

366366
**[⬆ Volver](#tabla-de-contenidos)**

0 commit comments

Comments
 (0)