diff --git a/src/Libs/Neuron.php b/src/Libs/Neuron.php index 97ff558..c148831 100644 --- a/src/Libs/Neuron.php +++ b/src/Libs/Neuron.php @@ -50,9 +50,9 @@ class Neuron * It returns null instead of triggering an E_NOTICE. * * @param string $index The name of the property being accessed. - * @return null Always returns null for undefined properties. + * @return null Always returns null for undefined properties. */ - public function __get(string $index): null + public function __get(string $index) { return null; }