Skip to content

Instantly share code, notes, and snippets.

@iqbalmalik89
Created October 29, 2014 18:07
Show Gist options
  • Save iqbalmalik89/670c781b00b55754acf4 to your computer and use it in GitHub Desktop.
Save iqbalmalik89/670c781b00b55754acf4 to your computer and use it in GitHub Desktop.
class A
{
function __construct(B $b)
{
}
}
class B
{
function __construct(A $a)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment