Completed
Push — develop ( 87a146...ca2570 )
by John
02:42 queued 10s
created
Alpha/Model/Type/RelationLookup.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -126,6 +126,8 @@  discard block
 block discarded – undo
126 126
      * @throws \Alpha\Exception\IllegalArguementException
127 127
      *
128 128
      * @since 1.0
129
+     * @param string $leftClassName
130
+     * @param string $rightClassName
129 131
      */
130 132
     public function __construct($leftClassName, $rightClassName)
131 133
     {
@@ -222,6 +224,7 @@  discard block
 block discarded – undo
222 224
      * (non-PHPdoc)
223 225
      *
224 226
      * @see Alpha\Model\ActiveRecord::loadAllByAttribute()
227
+     * @param string $attribute
225 228
      */
226 229
     public function loadAllByAttribute($attribute, $value, $start = 0, $limit = 0, $orderBy = 'ID', $order = 'ASC', $ignoreClassType = false, $constructorArgs = array())
227 230
     {
Please login to merge, or discard this patch.