Skip to content

Commit

Permalink
Fix typehint in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Nov 15, 2022
1 parent 4a2b169 commit 4a5d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/RemoteFilesBackupTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait RemoteFilesBackupTrait
* @param string $cwd
* The working directory to execute the commands in.
*
* @return \DigipolisGent\Robo\Helpers\Tasks\RemoteFilesBackup
* @return \DigipolisGent\Robo\Helpers\Robo\Plugin\Tasks\RemoteFilesBackup
*/
protected function taskRemoteFilesBackup($host, AbstractAuth $auth, $backupDir, $cwd)
{
Expand Down

0 comments on commit 4a5d856

Please sign in to comment.