We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130a6e0 commit cc00feaCopy full SHA for cc00fea
runtime/lib/collection/PropelOnDemandCollection.php
@@ -155,7 +155,7 @@ public function prepend($value)
155
throw new PropelException('The On Demand Collection is read only');
156
}
157
158
- public function asort()
+ public function asort($flags = SORT_REGULAR)
159
{
160
161
@@ -175,7 +175,7 @@ public function getFlags()
175
throw new PropelException('The On Demand Collection does not allow acces by offset');
176
177
178
- public function ksort()
+ public function ksort($flags = SORT_REGULAR)
179
180
181
0 commit comments