Test Setup Failed
Push — master ( 5b66d4...3822d7 )
by Dmitry
26:04 queued 16:07
created
src/Service/Ads.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
                         $Page = null
161 161
     ) {
162 162
         $params = [
163
-            'SelectionCriteria' => $SelectionCriteria,  /* AdsSelectionCriteria */
163
+            'SelectionCriteria' => $SelectionCriteria, /* AdsSelectionCriteria */
164 164
             'FieldNames' => $FieldNames
165 165
         ];
166 166
 
Please login to merge, or discard this patch.
src/Transport/TransportRequest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,9 +104,9 @@
 block discarded – undo
104 104
         }
105 105
     }
106 106
 
107
-     /**
108
-     * @return CredentialsInterface
109
-     */
107
+        /**
108
+         * @return CredentialsInterface
109
+         */
110 110
     public function getCredentials()
111 111
     {
112 112
         return $this->credentials;
Please login to merge, or discard this patch.