Skip to content
View orklah's full-sized avatar

Sponsors

@iluuu1994
@DavidBadura
@DaveLiddament
@zmitic
@davidbyoung
@annervisser
Block or Report

Block or report orklah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
orklah/README.md

Hi there 👋

I'm a french developer working mainly on Psalm maintenance and plugins to help migrate legacy PHP codebase.

List of plugins that can fix code:

List of plugins that can detect bad practice

If you need to contact me, I can be found on Twitter or in Symfony's Slack (usually in #static-analysis channel) with the same username

Pinned

  1. psalm-strict-types psalm-strict-types Public

    Adds strict_types declaration when the file is provably safe

    PHP 17

  2. psalm-insane-comparison psalm-insane-comparison Public

    Detects possible insane comparison ("string" == 0) to help migrate to PHP8

    PHP 34 4

  3. psalm-not-empty psalm-not-empty Public

    Automatically change empty() into a more explicit expression

    PHP 27 3

  4. psalm-strict-equality psalm-strict-equality Public

    Automatically change == into === when safe

    PHP 7 2

  5. psalm-strict-numeric-cast psalm-strict-numeric-cast Public

    Restrict the use of (int) and (float) to numeric-string only

    PHP 8 2

  6. psalm-strict-visibility psalm-strict-visibility Public

    A Psalm plugin to detect calling private or protected method via proxy

    PHP 7