Skip to content

Commit

Permalink
Autocomplete support and inspection passing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkushnikov authored Jun 1, 2017
1 parent c73b83d commit 3c50404
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 3c50404

Please sign in to comment.