mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Fix PHPDoc in the String helper
This commit is contained in:
parent
65806fafbf
commit
7abc5778ea
@ -4,7 +4,7 @@
|
|||||||
namespace Icinga\Util;
|
namespace Icinga\Util;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Common string helper
|
* Common string functions
|
||||||
*/
|
*/
|
||||||
class String
|
class String
|
||||||
{
|
{
|
||||||
@ -103,8 +103,8 @@ class String
|
|||||||
/**
|
/**
|
||||||
* Check if a string ends with a different string
|
* Check if a string ends with a different string
|
||||||
*
|
*
|
||||||
* @param $haystack The string to search for matches
|
* @param $haystack string The string to search for matches
|
||||||
* @param $needle The string to match at the start of the haystack
|
* @param $needle string The string to match at the start of the haystack
|
||||||
*
|
*
|
||||||
* @return bool Whether or not needle is at the beginning of haystack
|
* @return bool Whether or not needle is at the beginning of haystack
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user