Skip to content

Commit 19a3a36

Browse files
committed
Fix fromMeta example code block
Missing white space before the block
1 parent 5ed9e5c commit 19a3a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ Meta could also be used as a more in detail description of each option that coul
304304
or some other object linking other classes, resources together.
305305

306306
Furthermore, in some cases it is useful to resolve enum option from meta. That is also possible:
307+
307308
```php
308309
$method = PaymentMethod::fromMeta(StripeHandler::class);
309310
```

0 commit comments

Comments
 (0)