1
0
mirror of synced 2024-11-22 05:16:07 +03:00
This commit is contained in:
Pavel 2019-11-25 11:51:33 +03:00
parent 96f345c657
commit b4eccc73af

View File

@ -169,7 +169,7 @@ trait Files
*/ */
public function fileEdit(array $file) public function fileEdit(array $file)
{ {
if (!empty($file)) { if (empty($file)) {
throw new \InvalidArgumentException( throw new \InvalidArgumentException(
'Parameter `file` must contains a data' 'Parameter `file` must contains a data'
); );