Skip to content

Release version 3.0.9

Compare
Choose a tag to compare
@TomasVotruba TomasVotruba released this 25 Dec 17:18
· 16 commits to master since this release

Bugfixes

  • NamespaceDeclarationSniff - 9115ab3 fixed use case:
<?php

namespace Foo;

class Bar
{

    use Baz;

}