[ticket/416] Correctly document input parameter

B3P-416
This commit is contained in:
Marc Alexander
2014-12-01 14:08:23 +01:00
parent 496e0b79cd
commit 4bf63d4929

View File

@@ -115,7 +115,7 @@ class constraints_handler
/** /**
* Check if module can be moved to desired column(s) * Check if module can be moved to desired column(s)
* *
* @param array|int $target_column Column(s) the module should be moved to * @param array|string $target_column Column(s) the module should be moved to
* @param string $module_class Class of the module * @param string $module_class Class of the module
* @return bool True if module can be moved to desired column, * @return bool True if module can be moved to desired column,
* false if not * false if not