X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCapabilities%2FICanCreateFromTableRow.php;h=c18bb981d9bfe141249b0e3dbbf96ee03f231a69;hb=9d26a054d5b05b751e1a729984236538e87dc2a2;hp=bdb6d662da57dd85d09e174ba5d89152ebefbfb8;hpb=3d97149007872d69ca43ec955137b887d95239cf;p=friendica.git diff --git a/src/Capabilities/ICanCreateFromTableRow.php b/src/Capabilities/ICanCreateFromTableRow.php index bdb6d662da..c18bb981d9 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