X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseFactory.php;h=e40da58773118facdbedf4b6983cb210db14c4c3;hb=40a126306621fe9eadb58101bd19a0be32e4c163;hp=cfd6f9e717489807515e975dae0c05cce16ae800;hpb=7db4c7ea02cdf2c5a1a6e6314aebf206ca25319f;p=friendica.git diff --git a/src/BaseFactory.php b/src/BaseFactory.php index cfd6f9e717..e40da58773 100644 --- a/src/BaseFactory.php +++ b/src/BaseFactory.php @@ -1,11 +1,30 @@ . + * + */ 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