Skip to content

Commit 00c33bf

Browse files
committed
up: add an new helper class
1 parent 454ca17 commit 00c33bf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Helper/ValueBinding.php

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace Toolkit\PFlag\Helper;
4+
5+
/**
6+
* class ValueBinding
7+
*/
8+
class ValueBinding
9+
{
10+
11+
}

src/Helper/ValueCollector.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/**
88
* class ValueCollector
9+
* - collect value by start i-shell env.
910
*/
1011
class ValueCollector
1112
{

0 commit comments

Comments
 (0)