]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseFactory.php
Merge pull request #13831 from friendica/warning
[friendica.git] / src / BaseFactory.php
index 6868dfeef501dbce60e0cf2701ee7a57d443f5c1..3f2249a7d8588dca2e8eca44fc75b22bdbeaedfd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -24,7 +24,7 @@ namespace Friendica;
 use Psr\Log\LoggerInterface;
 
 /**
- * Factories act as an intermediary to avoid direct Entitiy instanciation.
+ * Factories act as an intermediary to avoid direct Entity instantiation.
  *
  * @see BaseModel
  * @see BaseCollection