Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Test Setup Failed
Pull Request — master (#3490)
by
unknown
16:50
created
src/app/Models/Traits/CanChangeRouteKey.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -9,19 +9,19 @@
 block discarded – undo
9 9
 trait CanChangeRouteKey{
10 10
 	
11 11
 
12
-		    /**
13
-	 * Get the route key for the model.
14
-	 *
15
-	 * @return string
16
-	 */
17
-	public function getRouteKeyName()
18
-	{
19
-	  return $this->routeKey ?? parent::getRouteKeyName();
20
-	}
12
+            /**
13
+             * Get the route key for the model.
14
+             *
15
+             * @return string
16
+             */
17
+    public function getRouteKeyName()
18
+    {
19
+        return $this->routeKey ?? parent::getRouteKeyName();
20
+    }
21 21
 
22 22
 
23
-	public function getKey()
24
-	{	
25
-		return $this->routeKey ? $this->{$this->getRouteKeyName()} : parent::getKey();	
26
-	}
23
+    public function getKey()
24
+    {	
25
+        return $this->routeKey ? $this->{$this->getRouteKeyName()} : parent::getKey();	
26
+    }
27 27
 }
28 28
\ No newline at end of file
Please login to merge, or discard this patch.