1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-29 04:55:00 +03:00

Code style fixes

This commit is contained in:
Alexander Kochetov 2014-06-10 13:29:01 +04:00
parent 496a1ec0b1
commit a4f5d0e2e0

View file

@ -43,6 +43,7 @@ class NestedSet extends Behavior
* @var string
*/
public $levelAttribute = 'level';
/**
* @var bool
*/
@ -64,6 +65,7 @@ class NestedSet extends Behavior
*/
private static $_c = 0;
/**
* @inheritdoc
*/