X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCapabilities%2FICanCreateFromTableRow.php;h=c18bb981d9bfe141249b0e3dbbf96ee03f231a69;hb=7dd9972b8515a895bc289a8c8d64bdf2d41d5358;hp=bdb6d662da57dd85d09e174ba5d89152ebefbfb8;hpb=6668591afecb314a59105b06a1712643f1616636;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