-
Notifications
You must be signed in to change notification settings - Fork 116
Change Return Type in selectWith() method #312
Conversation
Change Return Type of selectWith() method
|
May be use then AbstractResultSet in lieu of ResultSet ? |
|
|
|
Then |
|
yes |
|
Why zend-db/src/TableGateway/AbstractTableGateway.php Lines 58 to 61 in adfe190
zend-db/src/TableGateway/AbstractTableGateway.php Lines 109 to 111 in adfe190
zend-db/src/TableGateway/AbstractTableGateway.php Lines 241 to 248 in adfe190
|
|
missing use statement: |
|
@froschdesign how about using |
|
@froschdesign |
|
@samsonasik |
Change Return Type of selectWith() method
Provide a narrative description of what you are trying to accomplish:
Detail the new, expected behavior.
Base your feature on the
masterbranch, and submit against that branch.Add a regression test that demonstrates the bug, and proves the fix.
Add a
CHANGELOG.mdentry for the fix.Are you creating a new feature?
developbranch, and submit against that branch.CHANGELOG.mdentry for the new feature.Is this related to quality assurance?
Is this related to documentation?