Completed
Push — master ( c93e0a...f87b82 )
by Mario
09:30 queued 03:59
created
src/Http/Manager/NativeRequestManager.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 Marek\Toggable\Http\Manager;
4 4
 
5
-use Marek\Toggable\API\Http\Response\Response;
6 5
 use InvalidArgumentException;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Hydrator/ObjectProperty.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
 class ObjectProperty implements HydratorInterface, StrategyEnabledInterface
16 16
 {
17 17
     /**
18
-    * The list with strategies that this hydrator has.
19
-    *
20
-    * @var \ArrayObject
21
-    */
18
+     * The list with strategies that this hydrator has.
19
+     *
20
+     * @var \ArrayObject
21
+     */
22 22
     protected $strategies;
23 23
 
24 24
     /**
Please login to merge, or discard this patch.