Skip to content
Snippets Groups Projects
Commit 12da45f9 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Add new stub functions

parent 83d735b5
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ class TnefAttribute {
const ReceivedRepresentingSimpleDisplayName = 0x4034;
const CreatorSimpleDisplayName = 0x4038;
const LastModifierSimpleDisplayName = 0x4039;
const ContentFilterSpmnConfidenceLevel = 0x4076;
const ContentFilterSpamConfidenceLevel = 0x4076;
const MessageEditorFormat = 0x5909;
static function getName($code) {
......
......@@ -28,6 +28,7 @@ class mysqli_stmt {
class ReflectionClass {
function getMethods() {}
function getConstants() {}
}
class DomNode {
......@@ -83,4 +84,8 @@ class DateTimeZone {
static function listIdentifiers() {}
}
class finfo {
function file() {}
function buffer() {}
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment