Skip to content

Instantly share code, notes, and snippets.

View vegvari's full-sized avatar

Romeo Vegvari vegvari

View GitHub Profile

Keybase proof

I hereby claim:

  • I am vegvari on github.
  • I am mf2hd (https://keybase.io/mf2hd) on keybase.
  • I have a public key ASCLxoF3CP8z-pAC-QZChPR_K3KIgaRzhD-itIeWuoMD_Ao

To claim this, I am signing this object:

@vegvari
vegvari / not_working.php
Created February 26, 2016 18:12
PHP facepalm
<?php
trait foo
{
public function bar() {}
}
class bar
{
use foo;