Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ class EnvLinkFixerTest extends UnitTestCase {
/**
* Provides HTML snippets.
*/
public function listOfSnippets(): array {
public static function listOfSnippets(): array {
return [
[
'<ul><li><a href="https://example.com/page-1">Page 1</a></li></ul>',
Loading