Skip to content

Commit

Permalink
Phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 28, 2024
1 parent a4c3365 commit 3a45454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion classes/PodsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,8 @@ public static function field_loader( $field_type, $file = '' ) {
*
* @since unknown
*
* @param string $file The file path to include for the field type.
* @param string $file The file path to include for the field type.
* @param string $field_type The field type.
*/
$file = apply_filters( 'pods_form_field_include', $file, $field_type );

Expand Down
2 changes: 0 additions & 2 deletions classes/PodsMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4596,8 +4596,6 @@ public function delete_user( $id ) {

/**
* @param $id
*
* @return bool
*/
public function delete_comment( $id ) {
$this->delete_object( 'comment', $id );
Expand Down

0 comments on commit 3a45454

Please sign in to comment.