X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModel.php;h=1189f7f33b1187ef75e34a2e6c4d4ba890022535;hb=7b02585b978f7aef9d5c5a2c5d2b238cb674a4b7;hp=dbacdfa702048acc45b0d7b1c8301e9d84c535c1;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git 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