Skip to content

Commit

Permalink
minor #20470 [TypeInfo] Fix PHP block (Korbeil)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.3 branch.

Discussion
----------

[TypeInfo] Fix PHP block

There is a missing `:` in TypeInfo documentation.
Here is a fix

Commits
-------

eb5ffa6 Fix PHP block in TypeInfo documentation
  • Loading branch information
javiereguiluz committed Dec 12, 2024
2 parents bf5dd10 + eb5ffa6 commit d7f888e
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 d7f888e

Please sign in to comment.