File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030use Toolkit \PFlag \FlagsParser ;
3131use Toolkit \PFlag \SFlags ;
3232use Toolkit \Stdlib \Helper \PhpHelper ;
33- use Toolkit \Stdlib \Obj \ConfigObject ;
33+ use Toolkit \Stdlib \Obj \DataObject ;
3434use function cli_set_process_title ;
3535use function error_get_last ;
3636use function function_exists ;
@@ -91,7 +91,7 @@ abstract class AbstractHandler implements CommandHandlerInterface
9191 protected $ processTitle = '' ;
9292
9393 /**
94- * @var ConfigObject
94+ * @var DataObject
9595 */
9696 protected $ params ;
9797
@@ -461,9 +461,9 @@ public function isAloneCmd(): bool
461461 }
462462
463463 /**
464- * @return ConfigObject
464+ * @return DataObject
465465 */
466- public function getParams (): ConfigObject
466+ public function getParams (): DataObject
467467 {
468468 if (!$ this ->params ) {
469469 $ this ->initParams ([]);
@@ -475,11 +475,11 @@ public function getParams(): ConfigObject
475475 /**
476476 * @param array $params
477477 *
478- * @return ConfigObject
478+ * @return DataObject
479479 */
480- public function initParams (array $ params ): ConfigObject
480+ public function initParams (array $ params ): DataObject
481481 {
482- $ this ->params = ConfigObject ::new ($ params );
482+ $ this ->params = DataObject ::new ($ params );
483483 return $ this ->params ;
484484 }
485485
You can’t perform that action at this time.
0 commit comments