mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Fixed PSR rules
This commit is contained in:
parent
330f56c0ec
commit
f4e9dd4fb8
22 changed files with 23 additions and 28 deletions
|
@ -4,7 +4,8 @@ namespace {
|
|||
|
||||
}
|
||||
|
||||
class CFoo {
|
||||
class CFoo
|
||||
{
|
||||
use TFoo;
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +23,8 @@ namespace Foo {
|
|||
|
||||
}
|
||||
|
||||
class CBar implements IBar {
|
||||
class CBar implements IBar
|
||||
{
|
||||
use TBar, TFooBar;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue