From 4438713619aa292d4de9d6a183a6dd7a16292c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:02:33 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group with 1 update Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `hoverkraft-tech/ci-github-common` from 0.11.2 to 0.12.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.11.2...0.12.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] Signed-off-by: Emilien Escalle --- .github/workflows/need-fix-to-issue.yml | 2 +- .github/workflows/stale.yml | 2 +- .../Helper/HtmlAttributes/HtmlClass/HelperPluginManager.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index a3416b72..222226e6 100644 --- a/.github/workflows/need-fix-to-issue.yml +++ b/.github/workflows/need-fix-to-issue.yml @@ -15,7 +15,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.11.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.12.0 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 086f6cdd..6455889a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,4 +6,4 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.11.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.12.0 diff --git a/src/TwbsHelper/View/Helper/HtmlAttributes/HtmlClass/HelperPluginManager.php b/src/TwbsHelper/View/Helper/HtmlAttributes/HtmlClass/HelperPluginManager.php index dffbb284..740c3591 100644 --- a/src/TwbsHelper/View/Helper/HtmlAttributes/HtmlClass/HelperPluginManager.php +++ b/src/TwbsHelper/View/Helper/HtmlAttributes/HtmlClass/HelperPluginManager.php @@ -10,6 +10,7 @@ * Enforces that helpers retrieved are instances of * Helper\HelperInterface. Additionally, it registers a number of default * helpers. + * @extends \Laminas\ServiceManager\AbstractPluginManager<\TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper\HelperInterface> */ class HelperPluginManager extends \Laminas\ServiceManager\AbstractPluginManager { @@ -124,7 +125,7 @@ public function getHtmlClassHelper(): ?\TwbsHelper\View\Helper\HtmlAttributes\Ht * * Validates against callables and HelperInterface implementations. * - * @param mixed $instance + * @param \TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper\HelperInterface|callable|mixed $instance * @throws \Laminas\ServiceManager\Exception\InvalidServiceException */ public function validate($instance)