Completed
Push — master ( 5d4578...5f67d7 )
by Filipe
02:35
created
src/Orm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
      *
194 194
      * @param string $entity
195 195
      *
196
-     * @return EntityDescriptor|string
196
+     * @return string
197 197
      */
198 198
     private function getAdapterAlias($entity)
199 199
     {
Please login to merge, or discard this patch.
src/Mapper/EventTriggers.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     /**
28 28
      * Triggers the before save event
29 29
      *
30
-     * @param sql/Update|Sql/Insert $query
30
+     * @param \Slick\Database\Sql\SqlInterface $query
31 31
      * @param EntityInterface $entity
32 32
      * @param array $data
33 33
      *
@@ -97,5 +97,8 @@  discard block
 block discarded – undo
97 97
             ->emit($event);
98 98
     }
99 99
 
100
+    /**
101
+     * @return string
102
+     */
100 103
     abstract public function getEntityClassName();
101 104
 }
102 105
\ No newline at end of file
Please login to merge, or discard this patch.