summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-settings-container/tests/TestContainer.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-settings-container/tests/TestContainer.php')
-rw-r--r--vendor/chillerlan/php-settings-container/tests/TestContainer.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/chillerlan/php-settings-container/tests/TestContainer.php b/vendor/chillerlan/php-settings-container/tests/TestContainer.php
index a35f75277..a83f4bef3 100644
--- a/vendor/chillerlan/php-settings-container/tests/TestContainer.php
+++ b/vendor/chillerlan/php-settings-container/tests/TestContainer.php
@@ -2,9 +2,7 @@
/**
* Class TestContainer
*
- * @filesource TestContainer.php
* @created 28.08.2018
- * @package chillerlan\SettingsTest
* @author Smiley <[email protected]>
* @copyright 2018 Smiley
* @license MIT
@@ -25,5 +23,5 @@ use chillerlan\Settings\SettingsContainerAbstract;
class TestContainer extends SettingsContainerAbstract{
use TestOptionsTrait;
- private $test3 = 'what';
+ private string $test3 = 'what';
}