Completed
Push — master ( a0bfb1...aff85d )
by Edgard
03:02
created
src/Schema.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
         'timestmp'   => self::TYPE_TIMESTAMP
55 55
     ];
56 56
 
57
-   /* public $_isIseries = null;
57
+    /* public $_isIseries = null;
58 58
 
59 59
     public function isISeries() {
60 60
         if ($this->_isIseries !== null) {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
         }
73 73
     }*/
74 74
 
75
-   /**
75
+    /**
76 76
      * @inheritdoc
77 77
      */
78 78
     public function createQueryBuilder()
Please login to merge, or discard this patch.