Skip to content

Instantly share code, notes, and snippets.

@albe
Created September 24, 2015 13:34
Show Gist options
  • Save albe/d7bf52cfa03e74a61561 to your computer and use it in GitHub Desktop.
Save albe/d7bf52cfa03e74a61561 to your computer and use it in GitHub Desktop.
/* @var $collectionElement CollectionElementType */
foreach ($this->getCollectionPropert() as $collectionElement) {
... // Have proper $collectionElement type hinting in IDE
}
@Akii
Copy link

Akii commented Sep 24, 2015

/* @var CollectionElementType $collectionElement */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment