Skip to content

Commit dd29f81

Browse files
committed
2 parents fa998ef + d48bfce commit dd29f81

19 files changed

+19
-8
lines changed

src/AirdropServiceProvider.php

+1
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

+1
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

+1
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

+1
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

+1
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

+1-2
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

+1
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

+1
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

+1-2
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

+1
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
*/

src/HashGenerator.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/
@@ -64,8 +65,6 @@ public function asArray()
6465
}
6566

6667
/**
67-
* @param $class
68-
*
6968
* @throws Exception
7069
*/
7170
protected function ensureContractImplemented($class)

src/Triggers/ConfigTrigger.php

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

src/Triggers/FileTrigger.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Aaron Francis <[email protected]>
45
*/
@@ -44,8 +45,6 @@ public function triggerBuildWhenChanged($config = [])
4445
}
4546

4647
/**
47-
* @param $include
48-
* @param $exclude
4948
* @return Generator
5049
*/
5150
protected function files($include, $exclude, $excludeNames)

tests/BaseTest.php

+1
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
*/

tests/Commands/DebugCommandTest.php

+1
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
*/

tests/Commands/HashCommandTest.php

+1
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
*/

tests/Drivers/FileSystemDriverTest.php

+1
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
*/

tests/HashCalculationTest.php

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

tests/Triggers/InputFilesTriggerTest.php

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

0 commit comments

Comments
 (0)