Completed
Push — master ( 1fd7e7...a2c36e )
by Andrzej
03:49
created
src/Entities/HospitalForm.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 namespace Hospitalplugin\Entities;
26 26
 
27 27
 use Hospitalplugin\DB\DoctrineBootstrap;
28
-use Hospitalplugin\utils\Utils;
29
-use Hospitalplugin\Twig\EscapePLCharsExtension;
30 28
 use Hospitalplugin\Entities\WardCRUD;
31 29
 use Hospitalplugin\Twig\PLTwig;
32 30
 
Please login to merge, or discard this patch.
src/Entities/InfectionsCRUD.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace Hospitalplugin\Entities;
26 26
 
27 27
 use Hospitalplugin\DB\DoctrineBootstrap;
28
-use Hospitalplugin\utils\Utils;
29 28
 
30 29
 class InfectionsCRUD {
31 30
 	public static function getInfections($from, $to, $wardId, $class) {
Please login to merge, or discard this patch.
src/Entities/PatientCRUD.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Hospitalplugin\DB\DoctrineBootstrap;
28 28
 use Hospitalplugin\Entities\Patient;
29 29
 use Hospitalplugin\Entities\PatientDeleted;
30
-use Hospitalplugin\Entities\PatientFactory;
31 30
 use Hospitalplugin\utils\Utils;
32 31
 
33 32
 class PatientCRUD {
Please login to merge, or discard this patch.
src/Entities/PatientRaportOptimized.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace Hospitalplugin\Entities;
4 4
 
5 5
 use Hospitalplugin\DB\DoctrineBootstrap;
6
-use Hospitalplugin\utils\Utils;
7
-use Doctrine\DBAL\Schema\View;
8
-use Doctrine\ORM\Query\ResultSetMapping;
9 6
 
10 7
 class PatientRaportOptimized {
11 8
 	/**
Please login to merge, or discard this patch.
src/utils/ExcelExport.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Hospitalplugin\utils;
4 4
 
5
-use Hospitalplugin\Entities\InfectionsCRUD;
6 5
 use Hospitalplugin\Entities\Infections;
7 6
 
8 7
 class ExcelExport {
Please login to merge, or discard this patch.
src/utils/ExcelExportPunction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Hospitalplugin\utils;
4 4
 
5
-use Hospitalplugin\Entities\InfectionsCRUD;
6
-use Hospitalplugin\Entities\Infections;
7 5
 use Hospitalplugin\Entities\PatientRaport;
8 6
 use Hospitalplugin\Entities\WardCRUD;
9 7
 
Please login to merge, or discard this patch.
src/utils/PersonGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace Hospitalplugin\utils;
25 25
 
26 26
 use Hospitalplugin\Entities\Patient;
27
-use Hospitalplugin\Entities\PatientZZ;
28 27
 
29 28
 /**
30 29
  * PersonGenerator
Please login to merge, or discard this patch.
src/Entities/PatientRaport.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace Hospitalplugin\Entities;
4 4
 
5 5
 use Hospitalplugin\DB\DoctrineBootstrap;
6
-use Hospitalplugin\utils\Utils;
7
-use Doctrine\DBAL\Schema\View;
8
-use Doctrine\ORM\Query\ResultSetMapping;
9 6
 
10 7
 class PatientRaportOptimized {
11 8
 	/**
Please login to merge, or discard this patch.