mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02:00
* add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Comment;
|
|
|
|
class Doc extends \PhpParser\Comment
|
|
{
|
|
}
|