Completed
Pull Request — 3.0 (#16496)
by
unknown
10:39
created
framework/db/BaseActiveRecord.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 
106 106
     /**
107 107
      * {@inheritdoc}
108
-     * @return static|null ActiveRecord instance matching the condition, or `null` if nothing matches.
108
+     * @return BaseActiveRecord ActiveRecord instance matching the condition, or `null` if nothing matches.
109 109
      * @throws InvalidConfigException
110 110
      */
111 111
     public static function findOne($condition)
Please login to merge, or discard this patch.