X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCapabilities%2FICanCreateFromTableRow.php;h=8ce7c5a13d70f96aa127e651a8641811637a1bd1;hb=a662245c744f4d2faa1b533977f7d21b4de6a724;hp=bdb6d662da57dd85d09e174ba5d89152ebefbfb8;hpb=3d97149007872d69ca43ec955137b887d95239cf;p=friendica.git diff --git a/src/Capabilities/ICanCreateFromTableRow.php b/src/Capabilities/ICanCreateFromTableRow.php index bdb6d662da..8ce7c5a13d 100644 --- a/src/Capabilities/ICanCreateFromTableRow.php +++ b/src/Capabilities/ICanCreateFromTableRow.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Capabilities; @@ -7,7 +26,7 @@ use Friendica\BaseEntity; interface ICanCreateFromTableRow { /** - * Returns the correcponding Entity given a table row record + * Returns the corresponding Entity given a table row record * * @param array $row * @return BaseEntity