fix code quality, typage, php-csfixer #41

Merged
mlamalle merged 1 commits from fix-code-quality into develop 2024-09-24 13:00:51 +02:00
Owner

code quality de hydra-sql
typage de paramètre, typage de retour de fonction, passage de php-cs-fixer

code quality de hydra-sql typage de paramètre, typage de retour de fonction, passage de php-cs-fixer
rmasson added 1 commit 2024-09-24 11:50:00 +02:00
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit Details
Cadoles/hydra-sql/pipeline/head This commit is unstable Details
f36a675d22
fix code quality, typage, php-csfixer
Owner

Symfony Security Check Report

No packages have known vulnerabilities.

Note that this checker can only detect vulnerabilities that are referenced in the security advisories database.
Execute this command regularly to check the newly discovered vulnerabilities.

Symfony Security Check Report ============================= No packages have known vulnerabilities. Note that this checker can only detect vulnerabilities that are referenced in the security advisories database. Execute this command regularly to check the newly discovered vulnerabilities.
Owner

Test report

PHP CS Fixer

Overview

State Total
Passed 0
Skipped 0
Failed 3
Error 0

Total duration: 0s

See details
Status Name Class
src/Security/SQLLoginUserAuthenticator
src/Security/SQLLoginUserProvider
src/Service/SQLLoginService

Errors

`src/Security/SQLLoginUserAuthenticator`

Output

applied fixers:
---------------
* global_namespace_import
* no_unused_imports```

</details>


<details>
  <summary>`src/Security/SQLLoginUserProvider`</summary>

**Output** 

applied fixers:

  • nullable_type_declaration```
`src/Service/SQLLoginService`

Output

applied fixers:
---------------
* global_namespace_import
* no_unused_imports
* blank_line_before_statement```

</details>





# Test report ## PHP CS Fixer ### Overview | State | Total | |-------|-------| | Passed | 0 | | Skipped | 0 | | Failed | 3 | | Error | 0 | **Total duration**: 0s <details> <summary>See details</summary> | Status | Name | Class | |--------|------|-------| | &#10799; | `src/Security/SQLLoginUserAuthenticator` || | &#10799; | `src/Security/SQLLoginUserProvider` || | &#10799; | `src/Service/SQLLoginService` || </details> <br /> #### Errors <details> <summary>`src/Security/SQLLoginUserAuthenticator`</summary> **Output** ``` applied fixers: --------------- * global_namespace_import * no_unused_imports``` </details> <details> <summary>`src/Security/SQLLoginUserProvider`</summary> **Output** ``` applied fixers: --------------- * nullable_type_declaration``` </details> <details> <summary>`src/Service/SQLLoginService`</summary> **Output** ``` applied fixers: --------------- * global_namespace_import * no_unused_imports * blank_line_before_statement``` </details>
Owner

Rapport PHPStan


 [OK] No errors                                                                 


## Rapport PHPStan ``` [OK] No errors ```
mlamalle approved these changes 2024-09-24 13:00:45 +02:00
mlamalle merged commit fe4d683c20 into develop 2024-09-24 13:00:51 +02:00
mlamalle deleted branch fix-code-quality 2024-09-24 13:00:54 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cadoles/hydra-sql#41
No description provided.