Updated DocStrings in PackageManager
This commit is contained in:
parent
1b33b83926
commit
c659baa9ce
1 changed files with 4 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
||||||
use ncc\Enums\Types\ProjectType;
|
use ncc\Enums\Types\ProjectType;
|
||||||
use ncc\Enums\Versions;
|
use ncc\Enums\Versions;
|
||||||
use ncc\Exceptions\ConfigurationException;
|
use ncc\Exceptions\ConfigurationException;
|
||||||
|
use ncc\Exceptions\IntegrityException;
|
||||||
use ncc\Exceptions\IOException;
|
use ncc\Exceptions\IOException;
|
||||||
use ncc\Exceptions\NetworkException;
|
use ncc\Exceptions\NetworkException;
|
||||||
use ncc\Exceptions\NotSupportedException;
|
use ncc\Exceptions\NotSupportedException;
|
||||||
|
@ -112,6 +113,7 @@
|
||||||
* @param PackageReader $package_reader
|
* @param PackageReader $package_reader
|
||||||
* @return Dependency[]
|
* @return Dependency[]
|
||||||
* @throws ConfigurationException
|
* @throws ConfigurationException
|
||||||
|
* @throws IntegrityException
|
||||||
*/
|
*/
|
||||||
public function checkRequiredDependencies(PackageReader $package_reader): array
|
public function checkRequiredDependencies(PackageReader $package_reader): array
|
||||||
{
|
{
|
||||||
|
@ -395,6 +397,7 @@
|
||||||
* @return array
|
* @return array
|
||||||
* @throws ConfigurationException
|
* @throws ConfigurationException
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
* @throws IntegrityException
|
||||||
* @throws OperationException
|
* @throws OperationException
|
||||||
* @throws PathNotFoundException
|
* @throws PathNotFoundException
|
||||||
*/
|
*/
|
||||||
|
@ -654,8 +657,8 @@
|
||||||
* @return void
|
* @return void
|
||||||
* @throws ConfigurationException
|
* @throws ConfigurationException
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws NotSupportedException
|
|
||||||
* @throws OperationException
|
* @throws OperationException
|
||||||
|
* @throws IntegrityException
|
||||||
*/
|
*/
|
||||||
private function extractPackageContents(PackageReader $package_reader, string $package_path): void
|
private function extractPackageContents(PackageReader $package_reader, string $package_path): void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue