Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RedBeanPHP/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,9 @@ public static function findOneOrDispense( $type, $sql = NULL, $bindings = array(
* @param array $bindings array of values to be bound to parameters in query
* @param string $snippet SQL snippet to include in query (for example: FOR UPDATE)
*
* @phpstan-param literal-string|null $sql
* @psalm-param literal-string|null $sql
*
* @return array
*/
public static function find( $type, $sql = NULL, $bindings = array(), $snippet = NULL )
Expand Down