Completed
Push — master ( 4ba2dd...3983ed )
by Andrii
02:47
created
src/base/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      */
90 90
     protected static $_extension2type = [
91 91
         'json'      => 'json',
92
-        'yml'       => 'yaml',  /// first one is preferred
92
+        'yml'       => 'yaml', /// first one is preferred
93 93
         'yaml'      => 'yaml',
94 94
         'xml'       => 'xml',
95 95
         'xml.dist'  => 'xml',
Please login to merge, or discard this patch.
src/goals/GitHubGoal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
     public function setName($value)
20 20
     {
21 21
         list($vendor, $package) = explode('/', $value, 2);
22
-        $this->setItem('name',    $value);
23
-        $this->setItem('vendor',  $vendor ?: $package);
22
+        $this->setItem('name', $value);
23
+        $this->setItem('vendor', $vendor ?: $package);
24 24
         $this->setItem('package', $package ?: $vendor);
25 25
     }
26 26
 
Please login to merge, or discard this patch.