]> git.mxchange.org Git - friendica.git/commitdiff
spelling: property
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:10 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/BaseModel.php

index dbacdfa702048acc45b0d7b1c8301e9d84c535c1..1189f7f33b1187ef75e34a2e6c4d4ba890022535 100644 (file)
@@ -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