1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-15 01:34:03 +02:00

Merge pull request #45 from GrahamCampbell/cs

CS Fixes
This commit is contained in:
Daniel St. Jules
2014-09-27 09:25:57 -07:00
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);
}
/**
* Returns true if the string contains only lower case chars, false
* otherwise.