This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/CssSelector/Node
Nicolas Grekas b9433001cb Merge branch '3.4' into 4.0
* 3.4:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:51:09 +02:00
..
AbstractNode.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
AttributeNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ClassNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CombinedSelectorNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ElementNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
FunctionNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
HashNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
NegationNode.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
NodeInterface.php Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
PseudoNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
SelectorNode.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Specificity.php fixed CS 2018-05-16 14:49:49 +02:00