Skip to content

Commit d02c1a2

Browse files
committed
Fix a coding standards issue
1 parent ed49a18 commit d02c1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractJsonEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private function processValue($value)
232232
}
233233

234234
/**
235-
* Tells if the given value should be resolved prior to encoding
235+
* Tells if the given value should be resolved prior to encoding.
236236
* @param mixed $value The value to test
237237
* @return bool true if the value is resolvable, false if not
238238
*/

0 commit comments

Comments
 (0)