Completed
Push — master ( fc9b06...645bdc )
by Vitaly
07:44
created
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.
src/Navigation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Get all related materials
51
-     * @return \samson\cms\CMSMaterial[] Collection of related materials
51
+     * @return \samson\cms\Material[] Collection of related materials
52 52
      */
53 53
     public function & materials()
54 54
     {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * Get all related fields
73
-     * @return \samson\cms\Field[] Collection of related fields
73
+     * @return \samson\cms\NavigationField[] Collection of related fields
74 74
      */
75 75
     public function &fields()
76 76
     {
Please login to merge, or discard this patch.