David Dikman

Results 3 issues of David Dikman

Hi! I just had an issue with this class below: ```php private function validateProperties($properties) { if ($properties == null || !isset($properties)) { return array(); } if(!is_array($properties)) { throw new \InvalidArgumentException('Input...

Feature
Enhancement
Cache

# Intention To allow users to override the flutter version by providing an environment variable `FLUTTER_VERSION`. ## Details Same thing as in https://github.com/mmcc007/sylph/pull/106 but I approached it slightly differently replacing...

## What kind of change does this PR introduce? Documentation fix for the edge function testing section. ## What is the current behavior? The current documentation references a use of...