File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1146,7 +1146,7 @@ protected function getDocumentContentTypesName()
1146
1146
/**
1147
1147
* Find the start position of the nearest table before $offset.
1148
1148
*/
1149
- protected function findTableStart (int $ offset ): int
1149
+ private function findTableStart (int $ offset ): int
1150
1150
{
1151
1151
$ rowStart = strrpos (
1152
1152
$ this ->tempDocumentMainPart ,
@@ -1171,7 +1171,7 @@ protected function findTableStart(int $offset): int
1171
1171
/**
1172
1172
* Find the end position of the nearest table row after $offset.
1173
1173
*/
1174
- protected function findTableEnd (int $ offset ): int
1174
+ private function findTableEnd (int $ offset ): int
1175
1175
{
1176
1176
return strpos ($ this ->tempDocumentMainPart , '</w:tbl> ' , $ offset ) + 7 ;
1177
1177
}
You can’t perform that action at this time.
0 commit comments