Skip to content

Commit

Permalink
Merge branch 'phpDocumentor:1.x' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinelame authored Nov 24, 2023
2 parents 8128489 + 6f00a54 commit 023d067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ name: "Integrate"
on: # yamllint disable-line rule:truthy
push:
branches:
- "5.x"
- "1.x"
pull_request: null
schedule:
- cron: "0 14 * * 1"
# Allow manually triggering the workflow.
workflow_dispatch: null

Expand Down Expand Up @@ -44,7 +46,6 @@ jobs:

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.4.0"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
with:
composer-root-version: "1.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2']"
1 change: 1 addition & 0 deletions src/Types/ContextFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
use const T_NAMESPACE;
use const T_NS_SEPARATOR;
use const T_STRING;
use const T_TRAIT;
use const T_USE;

if (!defined('T_NAME_QUALIFIED')) {
Expand Down

0 comments on commit 023d067

Please sign in to comment.