Skip to content

Commit

Permalink
Fixed annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Jan 24, 2018
1 parent 289b1e2 commit ab367cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Configurator/RendererGenerators/PHP/Quick.php
Expand Up @@ -119,9 +119,8 @@ protected static function export(array $arr)
/**
* Compute the rendering strategy for a compiled template
*
* @param string $php Template compiled for the PHP renderer
* @return array|bool An array containing the type of replacement ('static', 'dynamic' or
* 'php') and the replacement, or FALSE
* @param string $php Template compiled for the PHP renderer
* @return array[] An array containing 0 to 2 pairs of [<rendering type>, <replacement>]
*/
public static function getRenderingStrategy($php)
{
Expand Down

0 comments on commit ab367cf

Please sign in to comment.