Skip to content

Commit

Permalink
minor: add @deprecation annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Feb 15, 2024
1 parent b4ddcd6 commit e5308d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AutoName.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* @example GenerateUserReportCommand => app:generate-user-report
*
* @author Kevin Bond <kevinbond@gmail.com>
*
* @deprecated
*/
trait AutoName
{
Expand Down
2 changes: 2 additions & 0 deletions src/Configuration/DocblockConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @author Kevin Bond <kevinbond@gmail.com>
*
* @template T of Command
*
* @deprecated
*/
final class DocblockConfiguration
{
Expand Down
2 changes: 2 additions & 0 deletions src/ConfigureWithDocblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
* @command |app:my:command|alias1|alias2 arg1 ?arg2 arg3=default arg4="default with space" ?arg5[] --option1 --option2= --option3=default --option4="default with space" --o|option5[]
*
* @author Kevin Bond <kevinbond@gmail.com>
*
* @deprecated
*/
trait ConfigureWithDocblocks
{
Expand Down

0 comments on commit e5308d7

Please sign in to comment.