PhpClean icon indicating copy to clipboard operation
PhpClean copied to clipboard

Static Code Analysis for PhpStorm and Intellij Idea.

Results 14 PhpClean issues
Sort by recently updated
recently updated
newest added

Example code: ```php /** @var \ExampleClass $variableName */ $variableName = $this->someMethod(); ``` What i get after using `use assert` inspection: ```php assert($variableName instanceof \ExampleClass); $variableName = $this->someMethod(); ``` What i...

https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html

Maybe we should add an option to this inspection

backlog

From java `Reports dangling Javadoc comments. Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that...

backlog

Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. Kotlin 1.7.20 1.7.20 Analysis API KT-52667 FIR IDE: fun interfaces (SAM interfaces) are not properly resolved KT-52136 FIR:...

dependencies

Bumps org.jetbrains.intellij from 1.17.2 to 1.17.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij&package-manager=gradle&previous-version=1.17.2&new-version=1.17.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps org.jetbrains.changelog from 2.2.0 to 2.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.changelog&package-manager=gradle&previous-version=2.2.0&new-version=2.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps org.jetbrains.changelog from 2.2.1 to 2.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.changelog&package-manager=gradle&previous-version=2.2.1&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java