Skip to content

Instantly share code, notes, and snippets.

@mkoubik
Last active August 29, 2015 14:02
Show Gist options
  • Save mkoubik/50be5a0275e8cb7de888 to your computer and use it in GitHub Desktop.
Save mkoubik/50be5a0275e8cb7de888 to your computer and use it in GitHub Desktop.

In production mode it does nothing, in development mode it can throw these kinds of exceptions:

  • LogicException: You haven't passed $title to template.latte.
  • LogicException: $products should be an array of App\Domain\Product, string given in template.latte.
  • Notice: You are using undocumented variable $article in template.latte.
{@var $products App\Domain\Product[]}
{@var $title string}
{$article->text}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment