Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14840801
D15881.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D15881.id.diff
View Options
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -4437,7 +4437,7 @@
'ConduitCallTestCase' => 'PhabricatorTestCase',
'ConduitColumnsParameterType' => 'ConduitParameterType',
'ConduitConnectConduitAPIMethod' => 'ConduitAPIMethod',
- 'ConduitEpochParameterType' => 'ConduitListParameterType',
+ 'ConduitEpochParameterType' => 'ConduitParameterType',
'ConduitException' => 'Exception',
'ConduitGetCapabilitiesConduitAPIMethod' => 'ConduitAPIMethod',
'ConduitGetCertificateConduitAPIMethod' => 'ConduitAPIMethod',
@@ -4461,7 +4461,7 @@
'ConduitTokenGarbageCollector' => 'PhabricatorGarbageCollector',
'ConduitUserListParameterType' => 'ConduitListParameterType',
'ConduitUserParameterType' => 'ConduitParameterType',
- 'ConduitWildParameterType' => 'ConduitListParameterType',
+ 'ConduitWildParameterType' => 'ConduitParameterType',
'ConpherenceColumnViewController' => 'ConpherenceController',
'ConpherenceConduitAPIMethod' => 'ConduitAPIMethod',
'ConpherenceConfigOptions' => 'PhabricatorApplicationConfigOptions',
diff --git a/src/applications/conduit/parametertype/ConduitEpochParameterType.php b/src/applications/conduit/parametertype/ConduitEpochParameterType.php
--- a/src/applications/conduit/parametertype/ConduitEpochParameterType.php
+++ b/src/applications/conduit/parametertype/ConduitEpochParameterType.php
@@ -1,7 +1,7 @@
<?php
final class ConduitEpochParameterType
- extends ConduitListParameterType {
+ extends ConduitParameterType {
protected function getParameterValue(array $request, $key) {
$value = parent::getParameterValue($request, $key);
diff --git a/src/applications/conduit/parametertype/ConduitWildParameterType.php b/src/applications/conduit/parametertype/ConduitWildParameterType.php
--- a/src/applications/conduit/parametertype/ConduitWildParameterType.php
+++ b/src/applications/conduit/parametertype/ConduitWildParameterType.php
@@ -1,7 +1,7 @@
<?php
final class ConduitWildParameterType
- extends ConduitListParameterType {
+ extends ConduitParameterType {
protected function getParameterTypeName() {
return 'wild';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 2, 9:32 AM (19 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7083946
Default Alt Text
D15881.id.diff (2 KB)
Attached To
Mode
D15881: Paramater type inheritence fix
Attached
Detach File
Event Timeline
Log In to Comment