/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
sabberworm
/
php-css-parser
/
src
/
Comment
/
/home/techb158/dev.balacoffee.com/vendor/sabberworm/php-css-parser/src/Comment
mkdir
upload
Name
Size
Mode
Actions
Comment.php
1165
0644
edit
dl
rm
Commentable.php
452
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php
(452B)
<?php namespace Sabberworm\CSS\Comment; interface Commentable { /** * @param array<array-key, Comment> $aComments * * @return void */ public function addComments(array $aComments); /** * @return array<array-key, Comment> */ public function getComments(); /** * @param array<array-key, Comment> $aComments * * @return void */ public function setComments(array $aComments); }
Save
cmd:
run