Completed
Push — feature-laravel-5.4 ( c7e673...3c5a91 )
by Kirill
92:00 queued 45:37
created
app/Models/Docs.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\Models;
10 10
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      */
46 46
     public function getTitleAttribute(string $title): string
47 47
     {
48
-        return Str::ucfirst($title) . ' (' . $this->version . ')';
48
+        return Str::ucfirst($title).' ('.$this->version.')';
49 49
     }
50 50
 
51 51
     /**
Please login to merge, or discard this patch.