File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class VerEx {
21
21
*
22
22
* @access public
23
23
* @param string $value the to be added
24
- * @return string escaped value
24
+ * @return string escaped value
25
25
*/
26
26
public function sanitize ($ value )
27
27
{
@@ -90,6 +90,7 @@ public function then($value)
90
90
/**
91
91
* alias for then()
92
92
* @param string $value The string to be looked for
93
+ * @return VerEx
93
94
*/
94
95
public function find ($ value )
95
96
{
@@ -204,7 +205,7 @@ public function lineBreak()
204
205
* Shorthand for lineBreak
205
206
*
206
207
* @access public
207
- * return object
208
+ * return VerEx
208
209
*/
209
210
public function br ()
210
211
{
@@ -272,6 +273,7 @@ public function any($value)
272
273
*
273
274
* @access public
274
275
* @return VerEx
276
+ * @throws Exception
275
277
*/
276
278
public function range ()
277
279
{
@@ -301,7 +303,7 @@ public function range()
301
303
* Adds a modifier
302
304
*
303
305
* @access public
304
- * @param str $modifier
306
+ * @param string $modifier
305
307
* @return VerEx
306
308
*/
307
309
public function addModifier ($ modifier )
@@ -319,7 +321,7 @@ public function addModifier($modifier)
319
321
* Removes a modifier
320
322
*
321
323
* @access public
322
- * @param str $modifier
324
+ * @param string $modifier
323
325
* @return VerEx
324
326
*/
325
327
public function removeModifier ($ modifier )
You can’t perform that action at this time.
0 commit comments