parent
a3d8f57ef4
commit
eadac69dcd
3 changed files with 35 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
declare(strict_types=1); |
||||||
|
|
||||||
|
namespace NamespaceEndingComment; |
||||||
|
|
||||||
|
const VALUE = 42; |
||||||
|
|
||||||
|
function value(): int |
||||||
|
{ |
||||||
|
return VALUE; |
||||||
|
} |
||||||
|
|
||||||
|
// unbracketed namespace trailing comment |
||||||
Loading…
Reference in new issue