Passed
Push — master ( 255049...bd130d )
by Robert
09:40 queued 11s
created
src/BackdropHeadlessClient.php 5 patches
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,7 +159,4 @@
 block discarded – undo
159 159
                 }
160 160
             }
161 161
         }
162
-        return $mapped_node;
163
-    }
164
-
165
-}
162
+        return $mapped_node
166 163
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,7 +159,4 @@
 block discarded – undo
159 159
                 }
160 160
             }
161 161
         }
162
-        return $mapped_node;
163
-    }
164
-
165
-}
162
+        return $mapped_node
166 163
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
             . '/api/v2/node/'
44 44
             . $type
45 45
             . '/' . $id;
46
-<<<<<<< HEAD
46
+<< << <<< HEAD
47 47
         $response = Http::get($url)->throw();
48 48
 
49 49
         $node = $response->json();
@@ -159,7 +159,4 @@  discard block
 block discarded – undo
159 159
                 }
160 160
             }
161 161
         }
162
-        return $mapped_node;
163
-    }
164
-
165
-}
162
+        return $mapped_node
166 163
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,7 +159,4 @@
 block discarded – undo
159 159
                 }
160 160
             }
161 161
         }
162
-        return $mapped_node;
163
-    }
164
-
165
-}
162
+        return $mapped_node
166 163
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,7 +159,4 @@
 block discarded – undo
159 159
                 }
160 160
             }
161 161
         }
162
-        return $mapped_node;
163
-    }
164
-
165
-}
162
+        return $mapped_node
166 163
\ No newline at end of file
Please login to merge, or discard this patch.