1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-17 18:46:19 +02:00
This commit is contained in:
Graham Campbell
2014-09-27 17:23:34 +01:00
parent 26a0fed52e
commit 722f30d132
2 changed files with 6 additions and 7 deletions

View File

@@ -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.