Completed
Push — master ( 4905d2...7a70a9 )
by Andrii
02:08
created
src/PackageManager.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@  discard block
 block discarded – undo
62 62
         return $config;
63 63
     }
64 64
 
65
+    /**
66
+     * @param string $file
67
+     */
65 68
     public function writeConfig($file, $config)
66 69
     {
67 70
         foreach ($this->opTable as $key) {
@@ -116,6 +119,8 @@  discard block
 block discarded – undo
116 119
     /**
117 120
      * Check if $a is more then $b, like: a="1.1 || 2.2" b="1.1"
118 121
      * Possible optimization.
122
+     * @param string $a
123
+     * @param string $b
119 124
      */
120 125
     public function isMoreVersion($a, $b)
121 126
     {
Please login to merge, or discard this patch.