diff --git a/src/Fenom/ProviderInterface.php b/src/Fenom/ProviderInterface.php index a8f2978..96e06f8 100644 --- a/src/Fenom/ProviderInterface.php +++ b/src/Fenom/ProviderInterface.php @@ -11,18 +11,20 @@ namespace Fenom; /** * Template provider interface - * @package Fenom + * @package Fenom * @author Ivan Shalganov */ -interface ProviderInterface { +interface ProviderInterface +{ /** * @param string $tpl * @return bool */ public function templateExists($tpl); + /** * @param string $tpl - * @param int $time + * @param int $time * @return string */ public function getSource($tpl, &$time);