Skip to content

Added return void annotation to suppress deprecation warnings in Bundle::build() #263

Added return void annotation to suppress deprecation warnings in Bundle::build()

Added return void annotation to suppress deprecation warnings in Bundle::build() #263

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
with:
php-version: "8.1"