Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
5d0cb02c04
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/Database/FieldTypeConverter.php
  2. 0 1
      src/Database/Type/DateTimeType.php

+ 0 - 1
src/Database/FieldTypeConverter.php

@@ -87,7 +87,6 @@ class FieldTypeConverter
             }
         }
 
-
         // Using batching when there is onl a couple for the type is actually slower,
         // so, let's check for that case here.
         foreach ($batchingResult as $type => $fields) {

+ 0 - 1
src/Database/Type/DateTimeType.php

@@ -51,7 +51,6 @@ class DateTimeType extends Type implements TypeInterface, BatchCastingInterface
      */
     public static $dateTimeClass = 'Cake\I18n\Time';
 
-
     /**
      * Whether or not we want to override the time of the converted Time objets
      * so the point to the start of the day.