Completed
Push — master ( 6279d8...15f84e )
by mark
30s queued 11s
created
src/Spryker/Zed/ProductRelation/Business/ProductRelationFacade.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@
 block discarded – undo
32 32
      */
33 33
     public function getProductRelationTypeList()
34 34
     {
35
-         return $this->getFactory()
36
-             ->createProductRelationReader()
37
-             ->getProductRelationTypeList();
35
+            return $this->getFactory()
36
+                ->createProductRelationReader()
37
+                ->getProductRelationTypeList();
38 38
     }
39 39
 
40 40
     /**
Please login to merge, or discard this patch.
Communication/Form/NavigationNodeLocalizedAttributesFormType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         $resolver->setDefaults([
72 72
             'data_class' => NavigationNodeLocalizedAttributesTransfer::class,
73 73
             'required' => false,
74
-            'validation_groups' => function (FormInterface $form) {
74
+            'validation_groups' => function(FormInterface $form) {
75 75
                 $nodeType = $form->getParent()
76 76
                     ->getParent()
77 77
                     ->get(NavigationNodeFormType::FIELD_NODE_TYPE)
Please login to merge, or discard this patch.
src/Spryker/Zed/NavigationGui/NavigationGuiDependencyProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      */
42 42
     protected function provideNavigationFacade(Container $container)
43 43
     {
44
-        $container[self::FACADE_NAVIGATION] = function (Container $container) {
44
+        $container[self::FACADE_NAVIGATION] = function(Container $container) {
45 45
             return new NavigationGuiToNavigationBridge($container->getLocator()->navigation()->facade());
46 46
         };
47 47
     }
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      */
54 54
     protected function provideLocaleFacade(Container $container)
55 55
     {
56
-        $container[self::FACADE_LOCALE] = function (Container $container) {
56
+        $container[self::FACADE_LOCALE] = function(Container $container) {
57 57
             return new NavigationGuiToLocaleBridge($container->getLocator()->locale()->facade());
58 58
         };
59 59
     }
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     protected function provideUrlFacade(Container $container)
67 67
     {
68
-        $container[self::FACADE_URL] = function (Container $container) {
68
+        $container[self::FACADE_URL] = function(Container $container) {
69 69
             return new NavigationGuiToUrlBridge($container->getLocator()->url()->facade());
70 70
         };
71 71
     }
Please login to merge, or discard this patch.
Spryker/Shared/Session/Business/Handler/Lock/Redis/RedisSpinLockLocker.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     return redis.call("DEL", KEYS[1])
194 194
 end
195 195
 return 0
196
-LUA;
196
+lua;
197 197
     }
198 198
 
199 199
 }
Please login to merge, or discard this patch.
src/Spryker/Zed/Session/Communication/Console/SessionRemoveLockConsole.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
 For Zed:
52 52
 session:lock:remove --zed <session_id>
53
-HELPTEXT;
53
+helptext;
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.
src/Spryker/Yves/Storage/Plugin/Provider/StorageCacheServiceProvider.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
      */
27 27
     public function register(Application $app)
28 28
     {
29
-        $app->finish(function (Request $request) use ($app) {
29
+        $app->finish(function(Request $request) use ($app) {
30 30
             if (isset($app[StorageConstants::STORAGE_CACHE_STRATEGY])) {
31 31
                 $this->getClient()->persistCacheForRequest($request, $app[StorageConstants::STORAGE_CACHE_STRATEGY]);
32 32
             }
Please login to merge, or discard this patch.
Navigation/src/Spryker/Zed/Navigation/NavigationDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     protected function provideTouchFacade(Container $container)
37 37
     {
38
-        $container[self::FACADE_TOUCH] = function (Container $container) {
38
+        $container[self::FACADE_TOUCH] = function(Container $container) {
39 39
             return new NavigationToTouchBridge($container->getLocator()->touch()->facade());
40 40
         };
41 41
     }
Please login to merge, or discard this patch.
Bundles/Queue/src/Spryker/Client/Queue/QueueDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         $container = parent::provideServiceLayerDependencies($container);
26 26
 
27
-        $container[static::QUEUE_ADAPTERS] = function (Container $container) {
27
+        $container[static::QUEUE_ADAPTERS] = function(Container $container) {
28 28
             return $this->createQueueAdapters($container);
29 29
         };
30 30
 
Please login to merge, or discard this patch.
Spryker/Zed/Ratepay/Communication/Plugin/Checkout/RatepayPreCheckPlugin.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,7 @@
 block discarded – undo
49 49
     protected function checkForErrors(RatepayResponseTransfer $ratepayResponseTransfer, CheckoutResponseTransfer $checkoutResponseTransfer)
50 50
     {
51 51
         if (!$ratepayResponseTransfer->getSuccessful()) {
52
-            $errorMessage = $ratepayResponseTransfer->getCustomerMessage() != '' ? $ratepayResponseTransfer->getCustomerMessage() :
53
-                $ratepayResponseTransfer->getResultText();
52
+            $errorMessage = $ratepayResponseTransfer->getCustomerMessage() != '' ? $ratepayResponseTransfer->getCustomerMessage() : $ratepayResponseTransfer->getResultText();
54 53
 
55 54
             $error = new CheckoutErrorTransfer();
56 55
             $error
Please login to merge, or discard this patch.