Completed
Push — master ( cce066...afef04 )
by arto
02:53
created
ThrowRuntimeExceptionIfStatusCodeIsAboveTheLimitBehaviour.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author stev leibelt <[email protected]>
4
- * @since 2015-12-09
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-12-09
5
+     */
6 6
 namespace Net\Bazzline\Component\Curl\ResponseBehaviour;
7 7
 
8 8
 use Exception;
Please login to merge, or discard this patch.
source/Builder/Builder.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             $parameters,
92 92
             $data
93 93
         );
94
-        $response   = $this->applyBehaviours($behaviours, $response);
94
+        $response = $this->applyBehaviours($behaviours, $response);
95 95
         //end of business logic
96 96
 
97 97
         return $response;
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author stev leibelt <[email protected]>
4
- * @since 2015-12-08
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-12-08
5
+     */
6 6
 namespace Net\Bazzline\Component\Curl\ResponseBehaviour;
7 7
 
8 8
 use Exception;
Please login to merge, or discard this patch.
source/Request/RequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             $this->getDefaultHeaderLines()
27 27
         );
28 28
 
29
-        $defaultOptions     = $this->createDefaultOptions(
29
+        $defaultOptions = $this->createDefaultOptions(
30 30
             $this->getDefaultRawOptions(),
31 31
             $this->getDefaultOptions()
32 32
         );
Please login to merge, or discard this patch.