From 604c3f8123950faddcdb688c4d3a8213fb4a6c1a Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 13 Sep 2020 21:29:33 +0200 Subject: Fix incorrect documentation --- src/ste/STEStandardLibrary.php | 5 ----- 1 file changed, 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) -- cgit v1.2.3-54-g00ecf