Completed
Push — master ( ff6aac...50cf29 )
by Iman
01:23
created
src/Analyzers/ComposerJson.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -8,6 +8,10 @@
 block discarded – undo
8 8
 {
9 9
     private static $result = [];
10 10
 
11
+    /**
12
+     * @param string $key
13
+     * @param string $composerPath
14
+     */
11 15
     public static function readKey($key, $composerPath = null)
12 16
     {
13 17
         $path = $composerPath ?: '';
Please login to merge, or discard this patch.