Passed
Push — master ( b04009...b8980d )
by Tobias
02:33
created
src/WrkLst/DocxMustache/DocImage.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace WrkLst\DocxMustache;
4 4
 
5
-use Exception;
6
-use Illuminate\Support\Facades\Log;
7
-
8 5
 class DocImage
9 6
 {
10 7
     protected function AllowedContentTypeImages()
Please login to merge, or discard this patch.
src/WrkLst/DocxMustache/HtmlConversion.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace WrkLst\DocxMustache;
4 4
 
5
-use Exception;
6
-use Illuminate\Support\Facades\Log;
7
-
8 5
 class HtmlConversion
9 6
 {
10 7
     public function __construct($value)
Please login to merge, or discard this patch.