TypehintableBehavior icon indicating copy to clipboard operation
TypehintableBehavior copied to clipboard

Insane Propel behavior that helps you to be compliant with third-party interfaces by adding type hint to generated methods.

Results 5 TypehintableBehavior issues
Sort by recently updated
recently updated
newest added

I had problem with FOSUserBundle not respecting type hinting for cross reference tables. Probably same applies to FK tables too. I must point out, db was Postgres. Turned out that...

Enhancement

Hi, this branch doesn't work "willdurand/propel-typehintable-behavior": "~2.0@dev" how to have this behavior for Propel2, FosUserBundle needs it. thanks for your help.

Hi, the typehintable behavior is needed by FosUserBundle with Propel2, i found this package on Oujesky repository, but this branch doesn't exist "willdurand/propel-typehintable-behavior": "~2.0@dev" how to make it works with...

you are adding use statements, but without checking if they could conflict with other classes in the same namespace (possible only if the user try to typehint a class `...\Base*`...

Enhancement

Currently, if an invalid name is used, the behavior simply skips it silently. This makes it very difficult to spot typos in the config of the behavior. The [filter function](https://github.com/willdurand/TypehintableBehavior/blob/master/src/TypehintableBehavior.php#L103)...

Enhancement