File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Broken Function
2
+ description : If Safe is generating a wrapper for a PHP function, but the wrapper doesn't work
3
+ title :
4
+ labels : ["broken function"]
5
+ body :
6
+ - type : input
7
+ id : function
8
+ attributes :
9
+ label : Function URL
10
+ description : Link to the function in the PHP documentation
11
+ placeholder : https://www.php.net/bzopen
12
+ - type : dropdown
13
+ id : php_version
14
+ attributes :
15
+ label : PHP Version
16
+ multiple : true
17
+ options :
18
+ - 8.4
19
+ - 8.3
20
+ - 8.2
21
+ - 8.1
22
+ - Other
23
+ default : 0
24
+ - type : dropdown
25
+ id : safe_version
26
+ attributes :
27
+ label : Safe Version
28
+ options :
29
+ - 3.X
30
+ - 2.X
31
+ - dev-master
32
+ - Other
33
+ default : 0
34
+ - type : markdown
35
+ id : description
36
+ attributes :
37
+ label : Problem
38
+ description : What is the code doing now? What should it do instead?
Original file line number Diff line number Diff line change
1
+ name : Missing Function
2
+ description : If there's a function in the PHP Standard Library which you believe should have a Safe wrapper
3
+ title :
4
+ labels : ["missing function"]
5
+ body :
6
+ - type : input
7
+ id : function
8
+ attributes :
9
+ label : Function URL
10
+ description : Link to the function in the PHP documentation
11
+ placeholder : https://www.php.net/bzopen
12
+ - type : dropdown
13
+ id : php_version
14
+ attributes :
15
+ label : PHP Version
16
+ multiple : true
17
+ options :
18
+ - 8.4
19
+ - 8.3
20
+ - 8.2
21
+ - 8.1
22
+ - Other
23
+ default : 0
24
+ - type : dropdown
25
+ id : safe_version
26
+ attributes :
27
+ label : Safe Version
28
+ options :
29
+ - 3.X
30
+ - 2.X
31
+ - dev-master
32
+ - Other
33
+ default : 0
34
+ - type : markdown
35
+ id : extra
36
+ attributes :
37
+ label : Extra Info
38
+ description : Any additional information which might be relevant
You can’t perform that action at this time.
0 commit comments