Passed
Pull Request — master (#1)
by Dan
11:53 queued 05:34
created
src/Knp/FriendlyContexts/Http/Security/HttpBasicExtension.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
  */
12 12
 class HttpBasicExtension implements SecurityExtensionInterface
13 13
 {
14
-   public function secureClient(Client $client, RequestBuilder $builder)
15
-   {
16
-   }
14
+    public function secureClient(Client $client, RequestBuilder $builder)
15
+    {
16
+    }
17 17
 
18 18
     public function secureRequest(Request $request, RequestBuilder $builder)
19 19
     {
Please login to merge, or discard this patch.
src/Knp/FriendlyContexts/Context/RawMinkContext.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     public function getMinkParameter($offset)
30 30
     {
31
-       if (!isset($this->minkParameters[$offset])) {
31
+        if (!isset($this->minkParameters[$offset])) {
32 32
             throw new \Exception(sprintf(
33 33
                 'Invalid mink parameter "%s".',
34 34
                 $offset
Please login to merge, or discard this patch.
src/Knp/FriendlyContexts/Context/ApiContext.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
                     $this
185 185
                         ->getAsserter()
186 186
                         ->assertEquals($contentType, $formatedContentType)
187
-                     ;
187
+                        ;
188 188
                     return;
189 189
                 } catch (\Exception $e) {
190 190
                     continue;
Please login to merge, or discard this patch.