Include master branch #2
code-quality.yml
on: push
code-quality
/
Lint PHP files
11s
code-quality
/
PHPCS
20s
Annotations
3 errors and 10 warnings
code-quality / PHPCS:
tests/ViewBuilderTest.php#L35
Method name "ViewBuilderTest::set_up" is not in camel caps format
|
code-quality / PHPCS
Process completed with exit code 1.
|
code-quality / PHPCS
Process completed with exit code 1.
|
code-quality / Lint PHP files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
code-quality / PHPCS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
code-quality / PHPCS:
src/View/View/AbstractView.php#L43
Property name "$_uri_" should not be prefixed with an underscore to indicate visibility
|
code-quality / PHPCS:
src/View/View/AbstractView.php#L54
Property name "$_engine_" should not be prefixed with an underscore to indicate visibility
|
code-quality / PHPCS:
src/View/View/AbstractView.php#L65
Property name "$_builder_" should not be prefixed with an underscore to indicate visibility
|
code-quality / PHPCS:
src/View/View/AbstractView.php#L76
Property name "$_context_" should not be prefixed with an underscore to indicate visibility
|
code-quality / PHPCS:
tests/ViewTest.php#L55
Line exceeds 120 characters; contains 137 characters
|
code-quality / PHPCS:
tests/ViewTest.php#L56
Line exceeds 120 characters; contains 137 characters
|
code-quality / PHPCS:
tests/ViewTest.php#L57
Line exceeds 120 characters; contains 137 characters
|
code-quality / PHPCS:
tests/fixtures/locations/flat/prefixed-test1.php#L1
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
|