Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Nov 28, 2024
2 parents 1995400 + 64de5ae commit 2f0fe7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/WorkbunnyWebmanSharedCacheClean.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class WorkbunnyWebmanSharedCacheClean extends AbstractCommand
{
protected static string $defaultName = 'workbunny:shared-cache-clean';
protected static string $defaultDescription = 'Remove all workbunny/webman-shared-cache caches. ';
protected static $defaultName = 'workbunny:shared-cache-clean';
protected static $defaultDescription = 'Remove all workbunny/webman-shared-cache caches. ';

/**
* @return void
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/WorkbunnyWebmanSharedCacheEnable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class WorkbunnyWebmanSharedCacheEnable extends AbstractCommand
{
protected static string $defaultName = 'workbunny:shared-cache-enable';
protected static string $defaultDescription = 'Enable APCu cache with specified settings. ';
protected static $defaultName = 'workbunny:shared-cache-enable';
protected static $defaultDescription = 'Enable APCu cache with specified settings. ';

/**
* @return void
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/WorkbunnyWebmanSharedCacheHRecycle.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class WorkbunnyWebmanSharedCacheHRecycle extends AbstractCommand
{
protected static string $defaultName = 'workbunny:shared-cache-hrecycle';
protected static string $defaultDescription = 'Manually recycle expired hashKeys. ';
protected static $defaultName = 'workbunny:shared-cache-hrecycle';
protected static $defaultDescription = 'Manually recycle expired hashKeys. ';

/**
* @return void
Expand Down

0 comments on commit 2f0fe7c

Please sign in to comment.