Skip to content

Instantly share code, notes, and snippets.

@COil
Last active August 29, 2015 14:06
Show Gist options
  • Save COil/79a284e101b5d78e761e to your computer and use it in GitHub Desktop.
Save COil/79a284e101b5d78e761e to your computer and use it in GitHub Desktop.
Inline docblock in a foreach statement
<?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