Skip to content

Commit 5a5d420

Browse files
authored
UPGRADING: fix missing syntax highlighting
1 parent 08f648d commit 5a5d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ $returnType = ParametersAcceptorSelector::selectSingle($function->getVariants())
185185

186186
**After**:
187187

188-
```
188+
```php
189189
$returnType = $node->getFunctionReflection()->getReturnType();
190190
```
191191

0 commit comments

Comments
 (0)