Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Last active December 16, 2015 18:09
Show Gist options
  • Save bobmagicii/3c93784c8c9a6b95087e to your computer and use it in GitHub Desktop.
Save bobmagicii/3c93784c8c9a6b95087e to your computer and use it in GitHub Desktop.
<?php
public function
OnConstruct() {
$this->Get->Page(function(int $p):int {
if($p < 1) return 1;
else return $p;
});
return;
}
@jtreminio
Copy link

Your PHP seems to not be PHP.

@bobmagicii
Copy link
Author

shed the burden of conformity and i'll stop downvoting you on reddit.

https://github.com/netherphp/standards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment