X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseFactory.php;h=e40da58773118facdbedf4b6983cb210db14c4c3;hb=41bc1480408551deda68b6873145f8ed77333a1f;hp=96c7f787a7ee76a17e0ed3ef851b80e2c32c9ab8;hpb=010d7fb723f703df28b2cdebeb870387ef30217c;p=friendica.git diff --git a/src/BaseFactory.php b/src/BaseFactory.php index 96c7f787a7..e40da58773 100644 --- a/src/BaseFactory.php +++ b/src/BaseFactory.php @@ -24,7 +24,7 @@ namespace Friendica; use Psr\Log\LoggerInterface; /** - * Factories act as an intermediary to avoid direct Entity instanciation. + * Factories act as an intermediary to avoid direct Entity instantiation. * * @see BaseModel * @see BaseCollection