File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ vendor/
3838
3939# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
4040# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
41- # composer.lock
41+ # composer.lock
42+
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ private function initDataSet()
156156 $ dataSet = call_user_func (array ($ this ->class , 'getDataSet ' ));
157157
158158 if (!is_array ($ dataSet ) || count ($ dataSet ) !== count (array_filter ($ dataSet , 'is_array ' ))) {
159- throw new \Exception ('DataSet for class %s seems invalid ' );
159+ throw new \Exception (sprintf ( 'DataSet for class %s seems invalid ' , $ this -> class ) );
160160 }
161161
162162 $ this ->ids = array_keys ($ dataSet );
You can’t perform that action at this time.
0 commit comments