From 1aab6044240c8ec080e369c208421cc886a823ad Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 27 Jun 2022 15:16:42 +0200 Subject: [PATCH 1/2] CS fixes --- Node/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/Node.php b/Node/Node.php index decb06d..b0540b0 100644 --- a/Node/Node.php +++ b/Node/Node.php @@ -87,7 +87,7 @@ public function dump() $dump = ''; foreach ($this->toArray() as $v) { - $dump .= is_scalar($v) ? $v : $v->dump(); + $dump .= \is_scalar($v) ? $v : $v->dump(); } return $dump; From 13f0e1fd96066299eb39c87473446805fcf57c41 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 20 Jul 2022 11:29:12 +0200 Subject: [PATCH 2/2] Fix CS --- Tests/Node/NodeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Node/NodeTest.php b/Tests/Node/NodeTest.php index 351da05..158973c 100644 --- a/Tests/Node/NodeTest.php +++ b/Tests/Node/NodeTest.php @@ -26,7 +26,7 @@ public function testToString() ConstantNode(value: 'foo') ) EOF - , (string) $node); + , (string) $node); } public function testSerialization() pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy