forked from PHPOffice/PHPPresentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
205 changed files
with
3,361 additions
and
3,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
parameters: | ||
level: 6 | ||
bootstrapFiles: | ||
- tests/bootstrap.php | ||
paths: | ||
- src | ||
- tests | ||
reportUnmatchedIgnoredErrors: false | ||
ignoreErrors: | ||
## Relative to PHPExcel | ||
- '#^Call to static method createWriter\(\) on an unknown class PHPExcel_IOFactory\.#' | ||
- '#^Call to static method stringFromColumnIndex\(\) on an unknown class PHPExcel_Cell\.#' | ||
## Relative to Common | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:angleToDegrees\(\) expects int, string given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:centimetersToPixels\(\) expects int, string given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:degreesToAngle\(\) expects int, float given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:emuToPixels\(\) expects int, float given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:emuToPixels\(\) expects int, string given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:pixelsToCentimeters\(\) expects int, float given\.#' | ||
- '#^Parameter \#1 \$pValue of static method PhpOffice\\Common\\Drawing\:\:pixelsToEmu\(\) expects int, float given\.#' | ||
## PHP 8.0 & GdImage | ||
- '#^Parameter \#1 \$value of method PhpOffice\\PhpPresentation\\Shape\\Drawing\\Gd::setImageResource\(\) expects resource\|null, GdImage\|false given\.#' | ||
- '#^Parameter \#1 \$image of function imagesx expects GdImage, resource given\.#' | ||
- '#^Parameter \#1 \$image of function imagesy expects GdImage, resource given\.#' | ||
- '#^Parameter \#1 \$image of function imagealphablending expects GdImage, resource given\.#' | ||
- '#^Parameter \#1 \$image of function imagesavealpha expects GdImage, resource given\.#' | ||
|
||
## Remove after remove ArrayObject | ||
treatPhpDocTypesAsCertain: false |
Oops, something went wrong.