Closed rentalhost closed 7 years ago
Following #19
Once that new Fluent is not recomended, then we should avoid expects it as type in any place, once that we cannot use the real references.
new Fluent
Should not uses Fluent as typehint:
Fluent
@property Fluent $fluent
Following #19
Once that
new Fluent
is not recomended, then we should avoid expects it as type in any place, once that we cannot use the real references.Should not uses
Fluent
as typehint:@property Fluent $fluent
);