Skip to content

Commit 92de261

Browse files
dafederfmizzell
authored andcommitted
Remove functions and interface now in Job class (#1)
1 parent b5e5b65 commit 92de261

4 files changed

+248
-230
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
],
1313
"autoload": {
1414
"psr-4": {
15-
"FileFetcher\\": "src/"
15+
"FileFetcher\\": "src/",
16+
"FileFetcherTest\\": "test/"
1617
}
1718
},
1819
"require": {
19-
"getdkan/procrastinator": "~1.0.1",
20+
"getdkan/procrastinator": "~1.0.2",
2021
"ext-curl": "*"
2122
}
2223
}

src/FileCopyInterruptedException.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace FileFetcher;
55

6-
76
class FileCopyInterruptedException extends \Exception
87
{
9-
}
8+
}

0 commit comments

Comments
 (0)