Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active May 30, 2022 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/2fd1605ce5b27e5c6db52c4e8482b4bc to your computer and use it in GitHub Desktop.
Save mcsee/2fd1605ce5b27e5c6db52c4e8482b4bc to your computer and use it in GitHub Desktop.
<?
class Polygon {
function getVertices(): Collection { // Wrong
// ...
}
function vertices(): Collection { // Right
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment