Last active
August 29, 2015 14:06
-
-
Save COil/79a284e101b5d78e761e to your computer and use it in GitHub Desktop.
Inline docblock in a foreach statement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ... | |
$awardCount = count($this->finder); | |
foreach ($this->finder as $file /** @var $file \SplFileInfo */) { | |
try { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment