Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0x first prototype #2

Closed
wants to merge 12 commits into from

Merge branch '1.x' into 0x-First-Prototype

72a4795
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

0x first prototype #2

Merge branch '1.x' into 0x-First-Prototype
72a4795
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for PHP failed Feb 8, 2024 in 0s

26 new problems found by Qodana for PHP

Qodana for PHP

26 new problems were found

Inspection name Severity Problems
Undefined class 🔶 Warning 4
Undefined namespace 🔶 Warning 2
Line is longer than allowed by code style 🔶 Warning 1
Null reference 🔶 Warning 1
Property can be 'readonly' ◽️ Notice 12
Unhandled exception ◽️ Notice 2
Yoda/regular conditions style usage ◽️ Notice 1
Efferent coupling between objects ◽️ Notice 1
Unnecessary fully qualified name ◽️ Notice 1
General exception is thrown ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 64 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Yoda/regular conditions style usage

\[EA\] Regular conditions style should be used instead.

Check notice on line 35 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Efferent coupling between objects

\[EA\] High efferent coupling (20).

Check warning on line 37 in src/Dto/Asset/Image.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Line is longer than allowed by code style

Line is longer than allowed by code style (\> 120 columns)

Check warning on line 62 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Null reference

\[EA\] Null pointer exception may occur here.

Check notice on line 23 in src/Dto/Version.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 26 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 24 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 20 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 23 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 24 in src/Dto/Asset.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 21 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 25 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 27 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 28 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 24 in src/Dto/Asset.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 22 in src/Dto/Asset/Permissions.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check warning on line 103 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'AdminEvents'

Check warning on line 23 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'LostPasswordEvent'

Check warning on line 22 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'AdminEvents'

Check warning on line 102 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'LostPasswordEvent'

Check warning on line 23 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Login'

Check warning on line 22 in src/State/ResetPasswordProcessor.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Event'

Check notice on line 49 in src/Dto/Asset/Image.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unhandled exception

Unhandled exceptions

Check notice on line 185 in src/Dto/Asset.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unhandled exception

Unhandled exceptions

Check notice on line 75 in src/Dto/Version.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unnecessary fully qualified name

Qualifier is unnecessary and can be removed