@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Fwlib\Workflow\ModelInterface; |
| 5 | 5 | use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase; |
| 6 | -use Fwlib\Workflow\AbstractManager; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * @copyright Copyright 2014-2015 Fwolf |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * @param string $content Content to download |
| 21 | 21 | * @param string $filename Download file name, send to client, not path on server. |
| 22 | 22 | * @param string $mime Mime type of file |
| 23 | - * @return boolean |
|
| 23 | + * @return null|boolean |
|
| 24 | 24 | */ |
| 25 | 25 | function Download ($content, $filename = '', $mime = 'application/force-download') { |
| 26 | 26 | list($usec, $sec) = explode(" ", microtime()); |