Completed
Push — master ( b3ec5d...00e196 )
by
unknown
01:57
created
src/Type/Base.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         return (string) $this->_value;
115 115
     }
116 116
     
117
+    /**
118
+     * @return string
119
+     */
117 120
     public static function getBinaryByType($dataType, $value){
118 121
         if (is_array($dataType)){
119 122
             if (!isset($dataType['definition']))
Please login to merge, or discard this patch.