PhpClean
PhpClean copied to clipboard
Static Code Analysis for PhpStorm and Intellij Idea.
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
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...
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:...
Bumps org.jetbrains.intellij from 1.17.2 to 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...
Bumps org.jetbrains.changelog from 2.2.0 to 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...
Bumps org.jetbrains.changelog from 2.2.1 to 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...