Skip to content

Commit

Permalink
lint: Add new stub functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hancock committed Feb 19, 2014
1 parent 83d735b commit 12da45f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/tnef_decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
5 changes: 5 additions & 0 deletions setup/test/tests/stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function free() {}

class ReflectionClass {
function getMethods() {}
function getConstants() {}
}

class DomNode {
Expand Down Expand Up @@ -83,4 +84,8 @@ static function listAbbreviations() {}
static function listIdentifiers() {}
}

class finfo {
function file() {}
function buffer() {}
}
?>

0 comments on commit 12da45f

Please sign in to comment.