Merge pull request #167 from shin1x1/fix-wrong-return-type

Fix wrong @return in Doc Comments
This commit is contained in:
Willem Wollebrants 2016-11-15 13:32:32 +01:00 committed by GitHub
commit ce8e9a4a39

View File

@ -1139,7 +1139,7 @@ class Validator
/** /**
* @param array $labels * @param array $labels
* @return string * @return $this
*/ */
public function labels($labels = array()) public function labels($labels = array())
{ {