Completed
Push — master ( 90f9d1...7d534e )
by Vitaly
11:28
created
src/Material.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,6 @@
 block discarded – undo
180 180
     /**
181 181
      * Function to retrieve this material table by specified field
182 182
      * @param string $tableSelector Selector to identify table structure
183
-     * @param string $field Database field by which search is performed
184 183
      * @param array $tableColumns Columns names list
185 184
      * @param string $externalHandler External handler to perform some extra code
186 185
      * @param array $params External handler params
Please login to merge, or discard this patch.
src/CMS.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use samson\activerecord\TableRelation;
11 11
 use samson\activerecord\material;
12 12
 use samson\core\CompressableService;
13
-use samson\activerecord\dbRecord;
14 13
 use samson\activerecord\dbMySQLConnector;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.