Completed
Pull Request — master (#14)
by Ivo
01:30
created
src/Jms/Handler/XmlSchemaDateHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -147,6 +147,9 @@
 block discarded – undo
147 147
         return $datetime;
148 148
     }
149 149
 
150
+    /**
151
+     * @param string $interval
152
+     */
150 153
     private function createDateInterval($interval){
151 154
         $f = 0.0;
152 155
         if (preg_match('~\.\d+~',$interval,$match)) {
Please login to merge, or discard this patch.