Skip to content

Commit 2bf9fcb

Browse files
committed
[#532] Normalize package annotations by component
1 parent a144235 commit 2bf9fcb

36 files changed

Lines changed: 36 additions & 36 deletions

File tree

src/Archive/Adapters/ZipAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* Class ZipAdapter
24-
* @package Quantum\Archive\Adapters
24+
* @package Quantum\Archive
2525
*/
2626
class ZipAdapter implements ArchiveInterface
2727
{

src/Auth/Exceptions/AuthException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Class AuthException
18-
* @package Quantum\Exceptions
18+
* @package Quantum\Auth
1919
*/
2020
class AuthException extends BaseException
2121
{

src/Cache/Traits/CacheTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Trait CacheTrait
18-
* @package Quantum\Cache\Traits
18+
* @package Quantum\Cache
1919
*/
2020
trait CacheTrait
2121
{

src/Console/Commands/ModuleGenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/**
1919
* Class ModuleGenerateCommand
20-
* @package Quantum\Console\Commands
20+
* @package Quantum\Console
2121
*/
2222
class ModuleGenerateCommand extends CliCommand
2323
{

src/Database/Factories/TableFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/**
1919
* Class TableFactory
20-
* @package Quantum\Factory
20+
* @package Quantum\Database
2121
*/
2222
class TableFactory
2323
{

src/Di/Di.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* owned by AppContext. Preserves the existing static API
2222
* for full backward compatibility.
2323
*
24-
* @package Quantum/Di
24+
* @package Quantum\Di
2525
* @method static void registerDependencies(array<string, mixed> $dependencies)
2626
* @method static void register(string $concrete, ?string $abstract = null)
2727
* @method static bool isRegistered(string $abstract)

src/Di/DiContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Instance-based dependency injection container.
2525
* Holds all dependency registrations and resolved instances for a single application execution.
2626
*
27-
* @package Quantum/Di
27+
* @package Quantum\Di
2828
*/
2929
class DiContainer
3030
{

src/Di/DiRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Stores dependency bindings for the container.
2020
*
21-
* @package Quantum/Di
21+
* @package Quantum\Di
2222
*/
2323
class DiRegistry
2424
{

src/Environment/Exceptions/EnvException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Class EnvException
18-
* @package Quantum\Exceptions
18+
* @package Quantum\Environment
1919
*/
2020
class EnvException extends BaseException
2121
{

src/Hook/Exceptions/HookException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Class HookException
18-
* @package Quantum\Exceptions
18+
* @package Quantum\Hook
1919
*/
2020
class HookException extends BaseException
2121
{

0 commit comments

Comments
 (0)