Completed
Pull Request — master (#2)
by
unknown
05:39
created
src/Soap/Soap_old.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
             try {
104 104
                 $this->client = new SoapClient($wsdl, $options);
105 105
                 return (bool)$this->client;
106
-            } catch(SoapFault $fault) {
106
+            } catch (SoapFault $fault) {
107 107
                 $this->showError($fault->faultstring);
108 108
             }
109 109
         }
Please login to merge, or discard this patch.
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 use Cake\Routing\Router;
5 5
 use Cake\Routing\Route\DashedRoute;
6 6
 Router::defaultRouteClass(DashedRoute::class);
7
-Router::scope('/', function (RouteBuilder $routes) {
7
+Router::scope('/', function(RouteBuilder $routes) {
8 8
     $routes->fallbacks(DashedRoute::class);
9 9
 });
10 10
 Plugin::routes();
Please login to merge, or discard this patch.