Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit c6fc3ec

Browse files
authored
Merge pull request #43 from simshaun/patch-1
Add phpdoc to help IDE w/ code-completion
2 parents bf88641 + 7a2d6b6 commit c6fc3ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ use PHPChunkit\Events;
139139

140140
// Manipulate $configuration which is an instance of PHPChunkit\Configuration
141141

142+
/** @var PHPChunkit\Configuration $configuration */
143+
142144
$rootDir = $configuration->getRootDir();
143145

144146
$configuration = $configuration

0 commit comments

Comments
 (0)