Skip to content

Commit d7f888e

Browse files
committed
minor #20470 [TypeInfo] Fix PHP block (Korbeil)
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
2 parents bf5dd10 + eb5ffa6 commit d7f888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/type_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Checking a **simple type**::
141141
$type->isIdentifiedBy(DummyParent::class); // true
142142
$type->isIdentifiedBy(DummyInterface::class); // true
143143

144-
Using callables for **complex checks**:
144+
Using callables for **complex checks**::
145145

146146
class Foo
147147
{

0 commit comments

Comments
 (0)