Selaa lähdekoodia

DbConnection comments

walkor 11 vuotta sitten
vanhempi
commit
72abf96779
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      applications/Demo/Lib/DbConnection.php

+ 2 - 2
applications/Demo/Lib/DbConnection.php

@@ -857,7 +857,7 @@ class DbConnection
     
     /**
      * where
-     * @param string $cond 
+     * @param string/array $cond 
      * @param mixed ...$bind
      * @return self
      */
@@ -886,7 +886,7 @@ class DbConnection
     
     /**
      * or where
-     * @param string $cond 
+     * @param string/array $cond 
      * @param mixed ...$bind
      * @return self
      */