File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function init()
7070 /**
7171 * Executes a command.
7272 *
73- * @param \diecoding\aws\s3\interfaces\commands\ Command $command
73+ * @param Command $command
7474 *
7575 * @return mixed
7676 */
@@ -84,7 +84,7 @@ public function execute(Command $command)
8484 *
8585 * @param string $commandClass
8686 *
87- * @return \diecoding\aws\s3\interfaces\commands\ Command
87+ * @return Command
8888 */
8989 public function create (string $ commandClass ): Command
9090 {
@@ -94,7 +94,7 @@ public function create(string $commandClass): Command
9494 /**
9595 * Returns command factory.
9696 *
97- * @return \diecoding\aws\s3\ CommandFactory
97+ * @return CommandFactory
9898 */
9999 public function commands (): CommandFactory
100100 {
@@ -104,7 +104,7 @@ public function commands(): CommandFactory
104104 /**
105105 * Returns handler resolver.
106106 *
107- * @return \diecoding\aws\s3\interfaces\ HandlerResolverInterface
107+ * @return HandlerResolverInterface
108108 */
109109 public function getResolver (): HandlerResolverInterface
110110 {
You can’t perform that action at this time.
0 commit comments