Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7f888e

Browse filesBrowse 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
Copy full SHA for d7f888e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎components/type_info.rst

Copy file name to clipboardExpand all lines: components/type_info.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.