thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

Unable to inject an object as second argument if first argument is not set #7

Closed moufmouf closed 11 years ago

moufmouf commented 12 years ago

Using a test class with 2 constructor parameters. If you try to bind the second parameters while keeping the first parameter to default value, this will fail.

When you refresh the instance screen the save did not occur.

moufmouf commented 11 years ago

Fixed