Completed
Push — work-fleets ( 4ec5b3...fe2ede )
by SuperNova.WS
10:06
created
classes/Buddy/BuddyParams.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
   /**
27 27
    * BuddyParams constructor.
28 28
    *
29
-   * @param array $user
30 29
    */
31 30
   public function __construct(array $values = array()) {
32 31
     parent::__construct($values);
Please login to merge, or discard this patch.
classes/V2Fleet/V2FleetModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 
6 6
 namespace V2Fleet;
7 7
 
8
-use V2Unit\V2UnitContainer;
9 8
 use V2Unit\V2UnitList;
10
-use V2Unit\V2UnitModel;
11 9
 use Vector\Vector;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.