From 5f746d46b5892cf178f25ad8a2ba1e3d2cba0568 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 16:49:19 +0200 Subject: [PATCH] wip #5408 --- src/Data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data.php b/src/Data.php index c7dec75..1bb8f9e 100644 --- a/src/Data.php +++ b/src/Data.php @@ -6,7 +6,7 @@ use Illuminate\Support\Arr; use Illuminate\Support\Facades\App; /** - * Data structure that allows to access it's member either by array notation, object notation or getters and setters. + * Data structure that allows to access its members either by array notation, object notation or getters and setters. * Getters are prefered because they allow to define a default value to return when the value is not set */ class Data implements \ArrayAccess -- 2.39.5