Jon

Results 6 issues of Jon

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.0 | Current behaviour -- When...

The following code would be valid in PHP, but Smarty throws a `SmartyCompilerException` ```php {$a = ['2' => [ 'desc' => 'First entry\'s description' ] ]} {reset($a)['desc']} {* should print...

enhancement

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | com.kalessil.phpStorm.phpInspectionsEA (5.0.0.0) | | Language level | PHP 8.0 | Current behaviour -- ```php function hi($in): mixed...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.0 | Current behaviour -- ![image](https://user-images.githubusercontent.com/24463871/199076437-72b95f1b-29d5-4527-9396-fca1ebb0f644.png)...

It seems that when you have an object called "exports" defined, pace.js tries to set a property on a `module`. In my case `module` does not exist, so there's a...

I'm not sure that I got everything right, so please review and let me know what I need to change :) For instance the test will fail if you run...