Completed
Pull Request — master (#23)
by
unknown
01:16
created
src/Constructors/IBlockPropertyEnum.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 
7 7
 use Arrilot\BitrixMigrations\Logger;
8
-use Bitrix\Main\Application;
9 8
 
10 9
 class IBlockPropertyEnum
11 10
 {
Please login to merge, or discard this patch.
src/Constructors/IBlockType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 
7 7
 use Arrilot\BitrixMigrations\Logger;
8
-use Bitrix\Main\Application;
9 8
 
10 9
 class IBlockType
11 10
 {
Please login to merge, or discard this patch.
src/Commands/InstallCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * Constructor.
25 25
      *
26
-     * @param string                   $table
27 26
      * @param DatabaseStorageInterface $database
28 27
      */
29 28
     public function __construct(DatabaseStorageInterface $database)
Please login to merge, or discard this patch.