flack

Results 60 issues of flack

All the array keys in the data passed to backbone.sync start and end with an angle bracket (like http://xmlns.com/some_ns/some_field). According to the current spec on json-ld.org, those angle brackets shouldn't...

I have a docblock looking like this: ``` php /** * Summary * * @param array &$args Parameter description */ public function test(array &$args) ``` This produces an error in...

enhancement

I installed exakat on Mac OS 10.13 following the steps here: https://exakat.readthedocs.io/en/latest/Installation.html#quick-installation-with-osx (I tried both with and without the optional step) Then I ran `init` which also worked without errors,...

If you have something like this: ```php $var = 'XXX'; $var2 = "var is {$var}"; $var3 = @$object->id ``` Then the `NonAsciiVariables` analyzer will report `{$var}` and `@$object` as non...

In 4.6, when I had an index column like this: ``` {name:'id',index:'id', hidden: true, key: true } ``` Then the treegrid would render the `tr` tag with the id taken...

Bug

If I have a line like this: ``` php » ``` php-mode treats the # as a PHP comment and highlights the rest of the line in red. So it...

Low Priority

ATM, php-mode treats all constants and superglobals as case-insensitive, i.e. `$_server` or `pHp_VeRsIon` are highlighted as if the were correct, but PHP will only throw errors if you run this....

Bug

### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 2.12.3 #### Summary I'm using Entity classes which have the magic `__debugInfo()`...

This can be seen on http://createjs.org If you click into the first paragraph, and click the UL button twice, the layout will not revert back to the original, because the...

**Describe the bug** If you take the example code from https://www.php.net/manual/en/reserved.variables.httpresponseheader.php: ```php ``` PDT renders it like this: So the warnings are exactly the wrong way around. **Describe the eclipse...

bug