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