Completed
Pull Request — master (#140)
by Michael Ryan
03:19
created
src/Package/PHP/Command/Release.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,8 @@
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @param $path
82
-     * @return null|Package\Util\JSON\Pickle\Base\Interfaces\Package
81
+     * @param string $path
82
+     * @return \Composer\Package\PackageInterface
83 83
      * @throws \Exception
84 84
      */
85 85
     protected function readPackage($path)
Please login to merge, or discard this patch.
src/Package/PHP/Command/Release/Windows/Binary.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,8 @@
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param $path
119
-     * @return null|Package\Util\JSON\Pickle\Base\Interfaces\Package
118
+     * @param string $path
119
+     * @return \Composer\Package\PackageInterface
120 120
      * @throws \Exception
121 121
      */
122 122
     protected function readPackage($path)
Please login to merge, or discard this patch.
src/Package/PHP/Package.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
     }
295 295
 
296 296
     /**
297
-     * @return array
297
+     * @return string[]
298 298
      * @throws \Exception
299 299
      */
300 300
     public function getVersionFromHeader()
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
     }
324 324
 
325 325
     /**
326
-     * @param $path
326
+     * @param string $path
327 327
      * @return bool
328 328
      */
329 329
     protected function extConfigIsIn($path)
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
     }
339 339
 
340 340
     /**
341
-     * @param $path
341
+     * @param string $path
342 342
      */
343 343
     protected function locateSourceDirByExtConfig($path)
344 344
     {
Please login to merge, or discard this patch.