Completed
Push — perm-issues-config ( 802ba3 )
by Julien
04:26
created
src/Package/PHP/Util/XML/Loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * @param string $path
54 54
      *
55
-     * @return Pickle\Base\Interfaces\Package
55
+     * @return \Composer\Package\PackageInterface
56 56
      */
57 57
     public function load($path)
58 58
     {
Please login to merge, or discard this patch.
src/Package/Util/Loader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -143,6 +143,9 @@
 block discarded – undo
143 143
         }
144 144
     }
145 145
 
146
+    /**
147
+     * @param string $key
148
+     */
146 149
     protected function isValid($config, $key, $type = 'any')
147 150
     {
148 151
         switch ($type) {
Please login to merge, or discard this patch.