Skip to content
Avatar

Sponsoring

@Ocramius

Achievements

Achievements

Block or Report
orklah/README.md

Hi there 👋

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

List of plugins that can fix code:

List of plugins that can detect bad practice

Pinned

  1. Adds strict_types declaration when the file is provably safe

    PHP 9

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

    PHP 16

  3. Automatically change empty() into a more explicit expression

    PHP 10 1

  4. Automatically change == into === when safe

    PHP 2

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

    PHP 2

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

    PHP 5

775 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

April 2021

Created 4 commits in 2 repositories

Created a pull request in doctrine/orm that received 3 comments

upgrade static tools

This PR upgrades static tools version and regenerate baseline with the last version following this comment: #8548 (comment) It also adds the versio…

+28 −30 3 comments

Created an issue in vimeo/psalm that received 5 comments

never and __toString

I wanted to do that on a project: https://psalm.dev/r/61f31601cb The goal is to forbid the use of __toString for a class even when the parent has t…

5 comments

Seeing something unexpected? Take a look at the GitHub profile guide.