forked from loafle/openapi-generator-original
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -7,7 +7,7 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class DateTimeSerializerTest extends TestCase
|
||||
{
|
||||
public function testDateTimeSanitazion()
|
||||
public function testDateTimeSanitation()
|
||||
{
|
||||
$dateTime = new \DateTime('April 30, 1973 17:05 CEST');
|
||||
|
||||
@@ -25,7 +25,7 @@ class DateTimeSerializerTest extends TestCase
|
||||
ObjectSerializer::setDateTimeFormat(\DateTime::ATOM);
|
||||
}
|
||||
|
||||
public function testDateSanitazion()
|
||||
public function testDateSanitation()
|
||||
{
|
||||
$dateTime = new \DateTime('April 30, 1973 17:05 CEST');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user