Title: Erro de php acerca do Optional parameter $package
Last modified: October 31, 2023

---

# Erro de php acerca do Optional parameter $package

 *  [diegpl](https://wordpress.org/support/users/diegpl/)
 * (@diegpl)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/erro-de-php-acerca-do-optional-parameter-package/)
 * Optional parameter $package declared before required parameter $percent is implicitly
   treated as a required parameter, em wp-content/plugins/melhor-envio-cotacao/Services/
   CalculateShippingMethodService.php:42
 * Troque
 * `public function calculateShipping( $package = array(), $code, $id, $company,
   $title, $taxExtra, $timeExtra, $percent ) {`
 * por
 * `public function calculateShipping($code, $id, $company, $title, $taxExtra, $
   timeExtra, $percent, $package = array()) {`
 * por favor, obrigado.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [diegpl](https://wordpress.org/support/users/diegpl/)
 * (@diegpl)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/erro-de-php-acerca-do-optional-parameter-package/#post-17169948)
 * Se faço isso, o plugin se quebra, então, como corrigir o warning, por favor? 
   Obrigado.
 *  [ygoratr](https://wordpress.org/support/users/ygoratr/)
 * (@ygoratr)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/erro-de-php-acerca-do-optional-parameter-package/#post-17431282)
 * Eu consegui resolver alterando para isso aqui:
   public function calculateShipping(
   $package, $code, $id, $company, $title, $taxExtra, $timeExtra, $percent ) {
 * Aparentemente resolveu, sem efeitos colaterais.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Erro de php acerca do Optional parameter $package’ is closed to new replies.

 * ![](https://ps.w.org/melhor-envio-cotacao/assets/icon-256x256.png?rev=2803906)
 * [Melhor Envio](https://wordpress.org/plugins/melhor-envio-cotacao/)
 * [Support Threads](https://wordpress.org/support/plugin/melhor-envio-cotacao/)
 * [Active Topics](https://wordpress.org/support/plugin/melhor-envio-cotacao/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/melhor-envio-cotacao/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/melhor-envio-cotacao/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ygoratr](https://wordpress.org/support/users/ygoratr/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/erro-de-php-acerca-do-optional-parameter-package/#post-17431282)
 * Status: not resolved