📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 12:36:42
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
Sabberworm
/
CSS
/
Value
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/lib/packages/Sabberworm/CSS/Value
🔄 Refresh
✏️
Editing: CalcRuleValueList.php
Writable
<?php namespace Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value; use Automattic\WooCommerce\Vendor\Sabberworm\CSS\OutputFormat; class CalcRuleValueList extends RuleValueList { /** * @param int $iLineNo */ public function __construct($iLineNo = 0) { parent::__construct(',', $iLineNo); } /** * @param OutputFormat|null $oOutputFormat * * @return string */ public function render($oOutputFormat) { return $oOutputFormat->implode(' ', $this->aComponents); } }
💾 Save Changes
❌ Cancel