Skip to content

Commit dd29f81

Browse files
committed
2 parents fa998ef + d48bfce commit dd29f81

19 files changed

+19
-8
lines changed

src/AirdropServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Commands/Debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Commands/Download.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Commands/Hash.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Commands/Install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Concerns/MakesDrivers.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]|https://twitter.com/aarondfrancis>
45
*/
@@ -41,8 +42,6 @@ public function getDriverConfig()
4142
}
4243

4344
/**
44-
* @param $driver
45-
*
4645
* @throws Exception
4746
*/
4847
protected function ensureDriverExtendsBase($driver)

src/Contracts/TriggerContract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Drivers/BaseDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/

src/Drivers/FilesystemDriver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/
@@ -61,8 +62,6 @@ public function download()
6162
}
6263

6364
/**
64-
* @param $path
65-
*
6665
* @throws Exception
6766
*/
6867
public function makeZip($path)

src/Drivers/GithubActionsDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]|https://twitter.com/aarondfrancis>
45
*/

0 commit comments

Comments
 (0)