Skip to content

Merge branch 'use-attributes-in-tests' of github.com:DarkaOnLine/L5-S…

Codacy Production / Codacy Static Code Analysis required action Feb 12, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 8
- Added 3
           

Coverage increased per file
===========================
+ src/Generator.php  0.015
+ src/helpers.php  7.407
         

Complexity decreasing per file
==============================
+ src/Generator.php  -1
         

See the complete overview on Codacy

Annotations

Check warning on line 38 in src/Http/Controllers/SwaggerAssetController.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Http/Controllers/SwaggerAssetController.php#L38

Filesystem function pathinfo() detected with dynamic parameter

Check warning on line 38 in src/Http/Controllers/SwaggerAssetController.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Http/Controllers/SwaggerAssetController.php#L38

The use of function pathinfo() is discouraged

Check notice on line 12 in src/SecurityDefinitions.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/SecurityDefinitions.php#L12

Avoid excessively long variable names like $securitySchemesConfig. Keep variable name length under 20.