ongr-archive / ongr-strict-standard

[NOT MAINTAINED] Strict PHPCS standard for PSR-2 code based on Squiz standards
MIT License
13 stars 14 forks source link

cant ident annotations corectly #124

Closed trylika closed 9 years ago

trylika commented 9 years ago

Following code generates standard error: "Expected 1 space after asterix..." Applies to 2. version*

 * @ORM\Table(
 *     name="table_name",
 *     uniqueConstraints={
 *         @ORM\UniqueConstraint(name="some_idx", columns={"some_column"})
 *     }
 * )
GrandLTU commented 9 years ago

Already solved, waiting for release. See #110, https://github.com/ongr-io/ongr-strict-standard/releases/tag/untagged-d58f4f0c0d4d1117ba0f.