mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-17 18:46:19 +02:00
CS fixes
This commit is contained in:
@@ -1283,7 +1283,6 @@ class Stringy implements \Countable, \IteratorAggregate, \ArrayAccess
|
|||||||
return (json_last_error() === JSON_ERROR_NONE);
|
return (json_last_error() === JSON_ERROR_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the string contains only lower case chars, false
|
* Returns true if the string contains only lower case chars, false
|
||||||
* otherwise.
|
* otherwise.
|
||||||
|
Reference in New Issue
Block a user