Skip to content

Commit

Permalink
Merge pull request rollbar#195 from dkushnikov/patch-1
Browse files Browse the repository at this point in the history
Autocomplete support and inspection passing fix
  • Loading branch information
coryvirok authored Jun 7, 2017
2 parents c9116b5 + 3c50404 commit 0b5ff4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Payload/Level.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php namespace Rollbar\Payload;

/**
* @method static Level critical()
* @method static Level error()
* @method static Level warning()
* @method static Level debug()
* @method static Level info()
* @method static Level ignored()
* @method static Level ignore()
*/
class Level implements \JsonSerializable
{
private static $values;
Expand Down

0 comments on commit 0b5ff4d

Please sign in to comment.