Completed
Branch master (34dfe2)
by Jakub
06:35
created
src/Bridges/NetteDI/RssExtension.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 namespace Nexendrie\Rss\Bridges\NetteDI;
5 5
 
6
-use Nette\DI\CompilerExtension,
7
-    Nette\Utils\Validators,
8
-    Nexendrie\Rss\Generator;
6
+use Nette\DI\CompilerExtension;
7
+use Nette\Utils\Validators;
8
+use Nexendrie\Rss\Generator;
9 9
 
10 10
 /**
11 11
  * RssExtension for Nette DI Container
Please login to merge, or discard this patch.
src/RssResponse.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 
4 4
 namespace Nexendrie\Rss;
5 5
 
6
-use Nette\Http\IRequest,
7
-    Nette\Http\IResponse;
6
+use Nette\Http\IRequest;
7
+use Nette\Http\IResponse;
8 8
 
9 9
 /**
10 10
  * RSS channel response
Please login to merge, or discard this patch.