From 2ebf4f8aad440955ab72539f63c8f949b9acc4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9F=D0=B0?= =?UTF-8?q?=D1=86=D1=83=D1=80=D0=B0?= Date: Mon, 23 Feb 2015 12:23:07 +0900 Subject: [PATCH] Fix typo --- Library/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Compiler.php b/Library/Compiler.php index 008d7ffd7d..027f62dea4 100755 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -48,7 +48,7 @@ class Compiler protected $definitions = array(); /** - * @var FunctionDefinitions[] + * @var FunctionDefinition[] */ protected $functionDefinitions = array();