Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix bug title sur produit
reduction
Fab
hace 5 años
padre
b34befb7fb
commit
58c1d5bee5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
ShopBundle/Model/Product.php
+ 1
- 1
ShopBundle/Model/Product.php
Ver fichero
@@ -142,7 +142,7 @@ abstract class Product extends AbstractEntity implements SortableInterface
return $this->title;
}
public function setTitle(string $title): self
public function setTitle(
?
string $title): self
{
$this->title = $title;
Escribir
Vista previa
Cargando…
Cancelar
Guardar