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

Passed
Pull Request — master (#801)
by Vincent
38:46 queued 13:43
created
src/Annotation/IsPublic.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -16,13 +16,13 @@
 block discarded – undo
16 16
 #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::TARGET_PROPERTY)]
17 17
 final class IsPublic extends Annotation implements NamedArgumentConstructorAnnotation
18 18
 {
19
-     /**
20
-     * Field publicity.
21
-     *
22
-     * @Required
23
-     * 
24
-     * @var string
25
-     */
19
+        /**
20
+         * Field publicity.
21
+         *
22
+         * @Required
23
+         * 
24
+         * @var string
25
+         */
26 26
     public string $value;
27 27
 
28 28
     public function __construct(string $value)
Please login to merge, or discard this patch.