Test Failed
Push — feature-laravel-5.4 ( fbc913...c5d92a )
by Kirill
03:14
created
app/Services/GitHub/ExternalDocsPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * For the full copyright and license information, please view the LICENSE
5 5
  * file that was distributed with this source code.
6 6
  */
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace App\Services\GitHub;
10 10
 
Please login to merge, or discard this patch.
app/Services/GitHub/DocsImportInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * For the full copyright and license information, please view the LICENSE
5 5
  * file that was distributed with this source code.
6 6
  */
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace App\Services\GitHub;
10 10
 
Please login to merge, or discard this patch.
app/Services/GitHub/GitHubDocsImport.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * For the full copyright and license information, please view the LICENSE
5 5
  * file that was distributed with this source code.
6 6
  */
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace App\Services\GitHub;
10 10
 
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      */
68 68
     private function getBody(string $org, string $repo, string $branch, string $file): string
69 69
     {
70
-        return (string)$this->manager
70
+        return (string) $this->manager
71 71
             ->repo()
72 72
             ->contents()
73 73
             ->download($org, $repo, $file, $branch);
Please login to merge, or discard this patch.