Completed
Push — master ( 942ae8...066784 )
by Joao
08:52
created
example.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 $webRequest = new \ByJG\Util\WebRequest('http://www.byjg.com.br/ws/cep');
6 6
 
7 7
 echo $webRequest->get([
8
-	'httpmethod' => 'obterVersao'
8
+    'httpmethod' => 'obterVersao'
9 9
 ]) . "\n";
10 10
 
11 11
 echo $webRequest->post([
12
-	'httpmethod' => 'obterLogradouro',
13
-	'cep' => '30130000'
12
+    'httpmethod' => 'obterLogradouro',
13
+    'cep' => '30130000'
14 14
 ]) . "\n";
15 15
 
16 16
 echo $webRequest->soapCall('obterLogradouro', ['cep' => '30130000']) . "\n";
Please login to merge, or discard this patch.
src/Whoops/PlainResponseHandler.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
- * Whoops - php errors for cool kids
4
- * @author Filipe Dobreira <http://github.com/filp>
5
- */
3
+     * Whoops - php errors for cool kids
4
+     * @author Filipe Dobreira <http://github.com/filp>
5
+     */
6 6
 
7 7
 namespace ByJG\RestServer\Whoops;
8 8
 
Please login to merge, or discard this patch.
src/Whoops/JsonResponseHandler.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
- * Whoops - php errors for cool kids
4
- * @author Filipe Dobreira <http://github.com/filp>
5
- */
3
+     * Whoops - php errors for cool kids
4
+     * @author Filipe Dobreira <http://github.com/filp>
5
+     */
6 6
 
7 7
 namespace ByJG\RestServer\Whoops;
8 8
 
Please login to merge, or discard this patch.