Completed
Push — master ( e1208c...9b683f )
by Fwolf
03:26
created
tests/FwlibTest/Workflow/AbstractManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
func/config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.