Skip to content

Commit 8360264

Browse files
committed
Removed final from Fqsen so that languages can inherit it and have their specifics with it
1 parent 9969bd1 commit 8360264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fqsen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @link https://github.com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc-meta.md
1818
*/
19-
final class Fqsen
19+
class Fqsen
2020
{
2121
/**
2222
* @var string full quallified class name

0 commit comments

Comments
 (0)