Pressroom template verwijderd, website naar root van repo
This commit is contained in:
16
vendor/phpspec/prophecy/fixtures/OptionalDepsClass.php
vendored
Normal file
16
vendor/phpspec/prophecy/fixtures/OptionalDepsClass.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
use I\Simply;
|
||||
|
||||
class OptionalDepsClass
|
||||
{
|
||||
public function iHaveAStrangeTypeHintedArg(\I\Simply\Am\Nonexistent $class)
|
||||
{
|
||||
}
|
||||
|
||||
public function iHaveAnEvenStrangerTypeHintedArg(Simply\Am\Not $class)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user