Completed
Push — master ( 3bfe67...1a37c6 )
by satoru
05:52 queued 03:58
created
src/Controller/Component/CsvExportComponent.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -98,6 +98,10 @@
 block discarded – undo
98 98
      * @param $v 変換する値
99 99
      * @delimiter 区切り文字
100 100
      */
101
+
102
+    /**
103
+     * @param string $delimiter
104
+     */
101 105
     function _parseCsv($v, $delimiter) {
102 106
         //区切り文字・改行・ダブルクオートの時
103 107
         if (preg_match('/[' . $delimiter . '\\n"]/', $v)) {
Please login to merge, or discard this patch.
src/Form/CsvImportForm.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -69,6 +69,7 @@
 block discarded – undo
69 69
      * @author hagiwara
70 70
      *
71 71
      * @see http://yossy.iimp.jp/wp/?p=56
72
+     * @param integer $length
72 73
      * @return array
73 74
      */
74 75
     function fgetcsv_reg (&$handle, $length = null, $d = ',', $e = '"') {
Please login to merge, or discard this patch.