Skip to content

AP-83 Rename workbench into studio #8

AP-83 Rename workbench into studio

AP-83 Rename workbench into studio #8

Triggered via push January 24, 2024 10:18
Status Success
Total duration 18s
Artifacts
php-cs-fixer
7s
php-cs-fixer
Fit to window
Zoom out
Zoom in

Annotations

1 error, 12 warnings, and 5 notices
php-cs-fixer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Inconsistent line separators: assets/js/assets/api/docs.jsonopenapi.json#L1
Line separators in the current file (\\r\\n) differ from the project defaults (\\n)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1673
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1342
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/app/store/index.ts#L29
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1500
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1198
Line is longer than allowed by code style (\> 120 columns)
Class path doesn't match project structure: src/Controller/DefaultController.php#L14
Namespace name doesn't match the PSR-0/PSR-4 project structure
Class path doesn't match project structure: src/PimcoreStudioUiBundle.php#L15
Namespace name doesn't match the PSR-0/PSR-4 project structure
Class path doesn't match project structure: src/DependencyInjection/PimcoreStudioUiExtension.php#L13
Namespace name doesn't match the PSR-0/PSR-4 project structure
Missing return type declaration: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
Missing function's return type declaration
Phar-incompatible 'realpath(...)' usage: src/DependencyInjection/PimcoreStudioUiExtension.php#L43
\[EA\] 'dirname(dirname(__DIR__)) . '/public/build'' should be used instead (due to how realpath handles streams).
Fully qualified name usage: src/PimcoreStudioUiBundle.php#L23
Qualifier can be replaced with an import
Unused local variable: src/DependencyInjection/PimcoreStudioUiExtension.php#L34
Unused local variable 'config'. The value of the variable is not used anywhere.
Unused parameter: src/Controller/DefaultController.php#L26
Unused parameter 'request'. The parameter's value is not used anywhere.
Return type hint can be used: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
\[EA\] ': void' can be declared as return type hint (please use change signature intention to fix this).