Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php class Point { private function __construct( public float $x, public float $y, ) {} public static function fromCoordinates(float $x, float $y): self { return new self($x, $y); } }
Snippet created on January 8 2021 at 14:32 UTC
Settings
Get link