mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-12 16:58:18 +02:00
Update pelago/emogrifier bundle (^6.0.0)
>> files omitted
This commit is contained in:
committed by
bdalsass
parent
f6c50733fc
commit
742ef2b23b
14
lib/sabberworm/php-css-parser/src/Value/PrimitiveValue.php
Normal file
14
lib/sabberworm/php-css-parser/src/Value/PrimitiveValue.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Sabberworm\CSS\Value;
|
||||
|
||||
abstract class PrimitiveValue extends Value
|
||||
{
|
||||
/**
|
||||
* @param int $iLineNo
|
||||
*/
|
||||
public function __construct($iLineNo = 0)
|
||||
{
|
||||
parent::__construct($iLineNo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user