diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php --- a/src/infrastructure/customfield/field/PhabricatorCustomField.php +++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php @@ -112,12 +112,6 @@ $object, array $options = array()) { - PhutilTypeSpec::checkMap( - $options, - array( - 'withDisabled' => 'optional bool', - )); - $field_objects = id(new PhutilSymbolLoader()) ->setAncestorClass($base_class) ->loadObjects();