ghostwriter/psalm-plugin

Provides a plugin for Psalm

Fund package maintenance!
ghostwriter

Installs: 1 645 801

Dependents: 22

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 3

Type:psalm-plugin

0.2.0 2023-08-27 13:19 UTC

This package is auto-updated.

Last update: 2024-04-18 08:04:06 UTC


README

Compliance Supported PHP Version GitHub Sponsors Code Coverage Type Coverage Latest Version on Packagist Downloads

Provides an ALL-IN-ONE plugin for Psalm

Usage

composer require ghostwriter/psalm-plugin --dev
vendor/bin/psalm-plugin enable ghostwriter/psalm-plugin
vendor/bin/psalm

Feature

  • PHP Standards Recommendations
    • Cache
    • Container
      • Resolve return type for the get method.
    • Clock
    • Event Dispatcher
    • Link
    • Log
    • Http
  • PHPUnit
    • Suppress MissingThrowsDocblock for classes that extending TestCase
    • Suppress UnusedClass for classes that extending TestCase
    • Suppress PropertyNotSetInConstructor for classes that extending TestCase
      • Using assertPreConditions method
      • Using setUp method
      • Using setUpBeforeClass method
      • Using @before docblock
      • Using @beforeClass docblock
      • Using #[Before] attribute
      • Using #[BeforeClass] attribute
      • Using #[PreCondition] attribute
  • Privatization
    • Finalize every class that has no children (!isAbstract && !isAnonymous)
    • Finalize every class method on an abstract class if possible (!isAbstract && !isPrivate)
    • Change protected class method to private if possible
    • Change protected class property to private if possible
  • Strict Types
  • [Request a Feature]

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

Security

If you discover any security-related issues, please use Security Advisories instead of using the issue tracker.

Credits

License

The BSD-3-Clause. Please see License File for more information.