mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Fix "warning: here-document at line XX delimited by end-of-file (wanted `EOF')"
This commit is contained in:
+2
-1
@@ -40,7 +40,8 @@ find_invalid_indentation() {
|
||||
' (' . $leading_space_count . ':+' . $add_count . '/-' . $remove_count . ')' . "\n";
|
||||
}
|
||||
}
|
||||
EOF)
|
||||
EOF
|
||||
)
|
||||
php --run "${script}" "${filename}"
|
||||
}
|
||||
export -f "find_invalid_indentation"
|
||||
|
||||
Reference in New Issue
Block a user