mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Update some phpdocs, courtesy of Psalm.
This commit is contained in:
@@ -50,6 +50,7 @@ class CacheProperties
|
||||
|
||||
/**
|
||||
* @param $property
|
||||
* @param Collection|\Carbon\Carbon|\FireflyIII\Models\Category|array|int|string $property
|
||||
*/
|
||||
public function addProperty($property): void
|
||||
{
|
||||
@@ -87,6 +88,7 @@ class CacheProperties
|
||||
|
||||
/**
|
||||
* @param $data
|
||||
* @param (array|mixed)[]|Collection|\Carbon\Carbon|string $data
|
||||
*/
|
||||
public function store($data): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user