Autofix long scalar typehints to short ones

[MAILPOET-2715]
This commit is contained in:
Jan Jakeš
2020-02-17 13:23:00 +01:00
committed by Jack Kitterhing
parent 56286bfd11
commit 153c72cd77
11 changed files with 17 additions and 17 deletions

View File

@ -160,7 +160,7 @@ class Model extends \MailPoetVendor\Sudzy\ValidModel {
* given, it's used to transform `$data` before creating the new row.
*
* @param array $data
* @param array|boolean $keys
* @param array|bool $keys
* @param callable|bool $onCreate
* @return self
*/