Skip to content

Commit

Permalink
Fix PHP block in TypeInfo documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored and xabbuh committed Dec 12, 2024
1 parent 405f95e commit 3e4bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/type_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Checking a **simple type**::
$type->isIdentifiedBy(DummyParent::class); // true
$type->isIdentifiedBy(DummyInterface::class); // true

Using callables for **complex checks**:
Using callables for **complex checks**::

class Foo
{
Expand Down

0 comments on commit 3e4bcf1

Please sign in to comment.