Skip to content

Commit e783954

Browse files
committed
Fixed Bug Typo
1 parent 076f94b commit e783954

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Service.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)