forked from Cavemanon/cavepaintings
use strict types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
class RSSImagesInfo extends ExtensionInfo
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
|
||||
class RSSImages extends Extension
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
class RSSImagesTest extends ShimmiePHPUnitTestCase
|
||||
{
|
||||
public function testImageFeed()
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/* needed for access to build_thumb_html */
|
||||
class RSSImagesTheme extends Themelet
|
||||
{
|
||||
|
Reference in New Issue
Block a user