Update PSR-2

This commit is contained in:
Sławomir Kaleta
2018-06-12 09:58:15 +02:00
parent cc4d8fa1a0
commit 2404095783
190 changed files with 3833 additions and 3119 deletions
@@ -24,7 +24,7 @@ class Smarty_Internal_Method_GetStreamVariable
* @api Smarty::getStreamVariable()
*
* @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
* @param string $variable the stream of the variable
* @param string $variable the stream of the variable
*
* @return mixed
* @throws \SmartyException
@@ -48,4 +48,4 @@ class Smarty_Internal_Method_GetStreamVariable
return null;
}
}
}
}