diff options
Diffstat (limited to 'apps/files_external/lib/Config/SimpleSubstitutionTrait.php')
-rw-r--r-- | apps/files_external/lib/Config/SimpleSubstitutionTrait.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/lib/Config/SimpleSubstitutionTrait.php b/apps/files_external/lib/Config/SimpleSubstitutionTrait.php index 9abbfe0df22..05bd529f1c1 100644 --- a/apps/files_external/lib/Config/SimpleSubstitutionTrait.php +++ b/apps/files_external/lib/Config/SimpleSubstitutionTrait.php @@ -1,6 +1,6 @@ <?php /** - * @copyright Copyright (c) 2018 Arthur Schiwon <blizzz@arthur-schiwon.de> + * @copyright Copyright (c) 2019 Arthur Schiwon <blizzz@arthur-schiwon.de> * * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @@ -31,7 +31,7 @@ namespace OCA\Files_External\Config; */ trait SimpleSubstitutionTrait { /** - * @var string the placeholder without @ prefix + * @var string the placeholder without $ prefix * @since 16.0.0 */ private $placeholder; |