Skip to content

Commit

Permalink
[10.x] Migrate to laravel/facade-documenter repository (#69)
Browse files Browse the repository at this point in the history
* [10.x] Migrate to `laravel/facade-documenter` repository

* Fix code styling

---------

Co-authored-by: timacdonald <[email protected]>
  • Loading branch information
timacdonald and timacdonald authored Aug 29, 2023
1 parent eeb646f commit e22c3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/facade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: "composer config repositories.facade-documenter vcs [email protected]:laravel-labs/facade-documenter.git && composer require --dev laravel/facade-documenter:dev-main"
command: "composer config repositories.facade-documenter vcs [email protected]:laravel/facade-documenter.git && composer require --dev laravel/facade-documenter:dev-main"

- name: Update facade docblocks
run: php -f vendor/bin/facade.php -- Laravel\\Pennant\\Feature
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ public function delete(string $feature, mixed $scope): void;
/**
* Purge the given features from storage.
*/
public function purge(array|null $features): void;
public function purge(?array $features): void;
}

0 comments on commit e22c3ae

Please sign in to comment.