Completed
Push — master ( a1a386...b15fa9 )
by arto
04:17
created
Bazzline/Component/Curl/ResponseBehaviour/ResponseBehaviourInterface.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-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.
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.
Bazzline/Component/Curl/ResponseBehaviour/ConvertJsonToArrayBehaviour.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/Net/Bazzline/Component/Curl/Option/OptionInterface.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-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/Net/Bazzline/Component/Curl/Request/Request.php 2 patches
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
 
7 7
 namespace Net\Bazzline\Component\Curl;
8 8
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
         $options[CURLOPT_RETURNTRANSFER]    = true;
227 227
 
228 228
         if ($isDataProvided) {
229
-            $dataIsNotFromTypeScalar   = (!is_scalar($data));
229
+            $dataIsNotFromTypeScalar = (!is_scalar($data));
230 230
 
231 231
             if ($dataIsNotFromTypeScalar) {
232 232
                 $data = http_build_query($data);
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Curl/Dispatcher/DispatcherInterface.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-14
5
- */
3
+     * @author: stev leibelt <[email protected]>
4
+     * @since: 2015-12-14
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Curl;
8 8
 
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Curl/Dispatcher/Dispatcher.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/Net/Bazzline/Component/Curl/Dispatcher/LoggingDispatcher.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-21
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-12-21
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Curl\Dispatcher;
8 8
 
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Curl/Response/Response.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
 
7 7
 namespace Net\Bazzline\Component\Curl;
8 8
 
Please login to merge, or discard this patch.