Skip to content

Instantly share code, notes, and snippets.

@bendavies
Created March 2, 2020 17:48
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 bendavies/ef16755b6001cb7cb34adfca4af1ef2f to your computer and use it in GitHub Desktop.
Save bendavies/ef16755b6001cb7cb34adfca4af1ef2f to your computer and use it in GitHub Desktop.
<?php
namespace App;
class A
{
public function __construct(B $b)
{
}
}
<?php
namespace App;
class B
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment