Skip to content

Commit

Permalink
Value: Move hints above other variable size properties
Browse files Browse the repository at this point in the history
This makes debugging a lot easier since your hints
list isn't sandwiched between hierarchies
  • Loading branch information
jnvsor committed Nov 12, 2023
1 parent df10b68 commit ae659e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/kint.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Zval/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class Value
public $reference = false;
public $depth = 0;
public $size;
public $value;
public $hints = [];
public $value;

protected $representations = [];

Expand Down

0 comments on commit ae659e0

Please sign in to comment.