@@ -103,6 +103,9 @@ |
||
103 | 103 | { |
104 | 104 | protected $str; |
105 | 105 | |
106 | + /** |
|
107 | + * @param string $str |
|
108 | + */ |
|
106 | 109 | public function __construct($str) |
107 | 110 | { |
108 | 111 | $this->str = $str; |