Skip to content

Commit 9bc2708

Browse files
committed
quickfix
1 parent 174387f commit 9bc2708

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
@@ -266,7 +266,7 @@ Class Foo
266266

267267
![php-version-81](https://shields.io/badge/php->=8.1-blue)
268268

269-
Since PHP 8.1, you can use an "intersection type" (also known as "pure") that enforce that a given value belong to every types. For example this param needs to implement both ___Stringable___ and ___Countable___ interfaces:
269+
Since PHP 8.1, you can use an "intersection type" (also known as "pure") that enforce that a given value belong to every types. For example this param needs to implement both *Stringable* and *Countable* interfaces:
270270

271271
```php
272272
function myFunction(Stringable&Countable $param): Stringable&Countable

0 commit comments

Comments
 (0)