Completed
Push — master ( fd9cc4...882132 )
by James Ekow Abaka
02:03
created
src/FilterCompiler.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -204,6 +204,10 @@
 block discarded – undo
204 204
         return $return;
205 205
     }
206 206
 
207
+    /**
208
+     * @param integer $level
209
+     * @param string $opr
210
+     */
207 211
     private function parseRightExpression($level, $opr)
208 212
     {
209 213
         switch ($opr) {
Please login to merge, or discard this patch.
src/RecordWrapper.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -395,6 +395,9 @@  discard block
 block discarded – undo
395 395
 
396 396
     }
397 397
 
398
+    /**
399
+     * @param string $id
400
+     */
398 401
     public function postSaveCallback($id)
399 402
     {
400 403
 
@@ -431,6 +434,10 @@  discard block
 block discarded – undo
431 434
         return $this->adapter;
432 435
     }
433 436
 
437
+    /**
438
+     * @param Relationship[] $relationships
439
+     * @param integer $depth
440
+     */
434 441
     private function expandArrayValue($array, $relationships, $depth, $expandableModels = [], $index = null)
435 442
     {
436 443
         if (empty($expandableModels)) {
Please login to merge, or discard this patch.