summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ste/STEStandardLibrary.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ste/STEStandardLibrary.php b/src/ste/STEStandardLibrary.php
index e39b7af..f28ccc0 100644
--- a/src/ste/STEStandardLibrary.php
+++ b/src/ste/STEStandardLibrary.php
@@ -59,7 +59,6 @@ class STEStandardLibrary
* @param STECore $ste
* @param array $params
* @param callable $sub
- * @return string
* @throws RuntimeError
*/
public static function inc($ste, $params, $sub)
@@ -75,7 +74,6 @@ class STEStandardLibrary
* @param STECore $ste
* @param array $params
* @param callable $sub
- * @return string
* @throws RuntimeError
*/
public static function dec($ste, $params, $sub)
@@ -136,7 +134,6 @@ class STEStandardLibrary
* @param STECore $ste
* @param array $params
* @param callable $sub
- * @return string
* @throws RuntimeError
*/
public static function split($ste, $params, $sub)
@@ -154,7 +151,6 @@ class STEStandardLibrary
* @param STECore $ste
* @param array $params
* @param callable $sub
- * @return string
* @throws RuntimeError
*/
public static function array_add($ste, $params, $sub)
@@ -175,7 +171,6 @@ class STEStandardLibrary
* @param STECore $ste
* @param array $params
* @param callable $sub
- * @return string
* @throws RuntimeError
*/
public static function array_filter($ste, $params, $sub)