Skip to content

Commit

Permalink
Add Phpdoc to Asic
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Mar 1, 2024
1 parent 533fa20 commit 487ae76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Query/Mysql/Asin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

/**
* "ASIN" "(" SimpleArithmeticExpression ")"
*
* @link https://dev.mysql.com/doc/refman/8.0/en/mathematical-functions.html#function_asin
*
* @example SELECT ASIN(foo.bar) FROM table
* @example SELECT ASIN(0.2) FROM table
*/
class Asin extends FunctionNode
{
Expand Down

0 comments on commit 487ae76

Please sign in to comment.