diff --git a/README.md b/README.md index 1d75e42f..9c5bf501 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ The plugin also provides quick fixes for DAO methods where the required SQL file ![inspection.png](images/inspection.png) - Checks that the return type of DAO method matches the expected type based on its annotation. ![returnTypeInspection.png](images/returnTypeInspection.png) +- Checks that parameters of DAO method matches the expected type based on its annotation. + ![paramTypeInspection.png](images/paramTypeInspection.png) - Checks for undefined bind variable names. - Checks the class name and package name for static property calls. ![inspectionPackageName.png](images/inspectionPackageName.png) diff --git a/images/paramTypeInspection.png b/images/paramTypeInspection.png new file mode 100644 index 00000000..7c7cbe81 Binary files /dev/null and b/images/paramTypeInspection.png differ