Skip to content

Commit

Permalink
UPGRADING: fix missing syntax highlighting
Browse files Browse the repository at this point in the history
staabm authored and ondrejmirtes committed Oct 3, 2024
1 parent 08f648d commit 37cdfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ $returnType = ParametersAcceptorSelector::selectSingle($function->getVariants())

**After**:

```
```php
$returnType = $node->getFunctionReflection()->getReturnType();
```

0 comments on commit 37cdfa3

Please sign in to comment.