This commit is contained in:
Laurent Destailleur
2024-07-31 13:24:23 +02:00
parent d2bd6a03ec
commit 04d213e676

View File

@@ -1,6 +1,5 @@
<?php
/*
* ================================================================================
/* ================================================================================
*
* EvalMath - PHP Class to safely evaluate math expressions
* Copyright (C) 2005 Miles Kaufmann <http://www.twmagic.com/>
@@ -500,7 +499,7 @@ class EvalMathStack
/**
* pop
*
* @return mixed Stack
* @return mixed|null Stack element
*/
public function pop()
{