This website requires JavaScript.
Explore
Help
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-01-17 23:28:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
lib
/
PhpParser
/
Node
/
Scalar.php
7 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Add strict_types to lib code
2017-08-18 22:57:27 +02:00
<
?
php
declare
(
strict_types
=
1
);
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
namespace
PhpParser\Node
;
Add php-cs-fixer config and reformat The formatting in this project has become something of a mess, because it changed over time. Add a CS fixer config and reformat to the desired style, which is PSR-12, but with sane brace placement.
2022-08-28 22:57:06 +02:00
abstract
class
Scalar
extends
Expr
{
[CS] New line in the end of file
2018-01-10 15:04:06 -02:00
}
Reference in New Issue
Copy Permalink