ソースを参照

Merge pull request #7931 from watermark/master

Documentation fix - String is string, not integer
Mark Story 10 年 前
コミット
b0f0ec45e9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Database/Type/StringType.php

+ 1 - 1
src/Database/Type/StringType.php

@@ -52,7 +52,7 @@ class StringType extends Type
     }
     }
 
 
     /**
     /**
-     * Convert string values to PHP integers
+     * Convert string values to PHP strings.
      *
      *
      * @param mixed $value The value to convert.
      * @param mixed $value The value to convert.
      * @param Driver $driver The driver instance to convert with.
      * @param Driver $driver The driver instance to convert with.