From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:10 +0000 (-0400) Subject: spelling: property X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0108a80d537df98fc238c792674f9358512bbd7;p=friendica.git spelling: property Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/BaseModel.php b/src/BaseModel.php index dbacdfa702..1189f7f33b 100644 --- a/src/BaseModel.php +++ b/src/BaseModel.php @@ -94,7 +94,7 @@ abstract class BaseModel extends BaseDataTransferObject } /** - * Magic isset method. Returns true if the field exists, either in the data prperty array or in any of the local properties. + * Magic isset method. Returns true if the field exists, either in the data property array or in any of the local properties. * Used by array_column() on an array of objects. * * @param $name