File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ The class `SetBased\Abc\Helper\Cast` has the following methods for testing mixed
8484| isOptInt | returns true | bool |
8585| isOptString | returns true | bool |
8686
87- The class ` SetBased\Abc\Helper\Cast ` has the methods shown int he table below for casting mixed values to a primitive
88- data type. When a value can not casted safely to a type n exception will be thrown.
87+ The class ` SetBased\Abc\Helper\Cast ` has the methods shown in the table below for casting mixed values to a primitive
88+ data type. When a value can not casted an exception will be thrown.
8989
9090| Method | Null Value | Return Type |
9191| ---------------- | ------------------- | ------------ |
@@ -135,7 +135,7 @@ Exception
135135
136136## Finite Floats
137137
138- A float can finite (e.g. 3.14), infinite (i.e. INF or -INF), or not a number (i.e. NAN). The
138+ A float can be finite (e.g. 3.14), infinite (i.e. INF or -INF), or not a number (i.e. NAN). The
139139` [is|to][Man|Opt]FiniteFloat ` methods will assist in establishing a value is a real floating point number.
140140
141141## Booleans
@@ -160,13 +160,13 @@ composer require setbased/helper-cast
160160```
161161
162162
163- # License
164-
165- This project is licensed under the MIT license.
166-
167-
168163# References
169164
170165* [ PHP RFC: Safe Casting Functions] ( https://wiki.php.net/rfc/safe_cast )
171166* A functional and closer to the original RFC implementation [ theodorejb/PolyCast
172167] ( https://github.com/theodorejb/PolyCast ) .
168+
169+
170+ # License
171+
172+ This project is licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments