Skip to content

Commit 1682ba7

Browse files
committed
phpdoc
1 parent 74ddf54 commit 1682ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpdoc.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function zeros(int $rows, int $cols, int $flags) {
114114
* @param int $flags
115115
* @return Mat|null
116116
*/
117-
public function zeros_by_size(Size $size, int $flags) {
117+
public function zerosBySize(Size $size, int $flags) {
118118

119119
}
120120

@@ -128,14 +128,14 @@ public function clone() {
128128
/**
129129
* @return bool
130130
*/
131-
public function is_continuous() {
131+
public function isContinuous() {
132132

133133
}
134134

135135
/**
136136
* @return bool
137137
*/
138-
public function is_submatrix() {
138+
public function isSubmatrix() {
139139

140140
}
141141

0 commit comments

Comments
 (0)