mscherer 8 years ago
parent
commit
b3edbb6450
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Datasource/QueryTrait.php

+ 2 - 0
src/Datasource/QueryTrait.php

@@ -341,6 +341,7 @@ trait QueryTrait
                     'Use getMapReducers() instead.'
                 );
             }
+
             return $this->_mapReduce;
         }
         $this->_mapReduce[] = compact('mapper', 'reducer');
@@ -408,6 +409,7 @@ trait QueryTrait
                     'Use getResultFormatters() instead.'
                 );
             }
+
             return $this->_formatters;
         }