Skip to content

Commit eeb781e

Browse files
committed
docblock added for object clarification
1 parent 7a60986 commit eeb781e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var_dump($result->getUsabilityScore()); // 100
2323
### Result details
2424
#### Full result
2525
```php
26+
/** @var \PhpInsights\Result\InsightsResult $result */
2627
foreach($result->getFormattedResults()->getRuleResults() as $rule => $ruleResult) {
2728

2829
/*

0 commit comments

Comments
 (0)