-
-
Save dawehner/2df17af766d5c8f0b6654f30665a21f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class MYPlugin { | |
| public function __construct(Config $a, Config $b); | |
| } | |
| $parameters = ['a' => $config_b, 'b' => $config_a]; | |
| ->getMyPlugin($parameters) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment