File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ function __()
5050 *
5151 * @return \Closure
5252 *
53- * @throws \TomPHP\Transform\Exception\ExpectedStringTrait
53+ * @throws \TomPHP\Transform\Exception\InvalidArgumentException
54+ * @throws \TomPHP\Transform\Exception\UnexpectedValueException
5455 */
5556function callMethod ($ methodName , ...$ args )
5657{
@@ -208,7 +209,8 @@ function ($arg) use ($value) {
208209 *
209210 * @return \Closure
210211 *
211- * @throws \TomPHP\Transform\Exception\ExpectedStringTrait
212+ * @throws \TomPHP\Transform\Exception\InvalidArgumentException
213+ * @throws \TomPHP\Transform\Exception\UnexpectedValueException
212214 */
213215function prepend ($ prefix )
214216{
@@ -232,7 +234,7 @@ function prepend($prefix)
232234 *
233235 * @return \Closure
234236 *
235- * @throws \TomPHP\Transform\Exception\ExpectedStringTrait
237+ * @throws \TomPHP\Transform\Exception\InvalidArgumentException
236238 */
237239function append ($ suffix )
238240{
You can’t perform that action at this time.
0 commit comments