File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ vendor/
38
38
39
39
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
40
40
# 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()
156
156
$ dataSet = call_user_func (array ($ this ->class , 'getDataSet ' ));
157
157
158
158
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 ) );
160
160
}
161
161
162
162
$ this ->ids = array_keys ($ dataSet );
You can’t perform that action at this time.
0 commit comments