Test Setup Failed
Pull Request — master (#4)
by Raí
05:17
created
Bludata/Framework/Laravel/Helpers/functions.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -298,6 +298,4 @@
 block discarded – undo
298 298
      */
299 299
     function bdEntity(string $className, string $version = 'v1', boolean $abort = true)
300 300
     {
301
-        return app(bdEntityClass($className, $version, $abort));
302
-    }
303
-}
301
+        return app(bdEntityClass($className, $version, $abort
304 302
\ No newline at end of file
Please login to merge, or discard this patch.
Bludata/Helpers/SoapClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use InvalidArgumentException;
6 6
 use SoapClient as NativeSoapClient;
7 7
 
8
-class SoapClient
9
-{
8
+class SoapClient {
10 9
     /**
11 10
      * @var string
12 11
      */
Please login to merge, or discard this patch.
Bludata/Helpers/CurlHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Bludata\Helpers;
4 4
 
5
-class CurlHelper
6
-{
5
+class CurlHelper {
7 6
     protected $init;
8 7
     protected $headers = [];
9 8
     protected $response;
Please login to merge, or discard this patch.