Chore: Add phpdocs

This commit is contained in:
James Cole
2023-07-04 13:29:19 +02:00
parent 7840e37e1a
commit 775504acb6
121 changed files with 471 additions and 84 deletions

View File

@@ -210,6 +210,10 @@ trait ConvertsDataTypes
return false;
}
/**
* @param string|null $string
* @return Carbon|null
*/
protected function convertDateTime(?string $string): ?Carbon
{
$value = $this->get($string);