Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Oct 31, 2023
1 parent dcd2cf3 commit d3fb753
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
12 changes: 9 additions & 3 deletions cadastre/classes/cadastreDockable.listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ public function onmapDockable($event)
}
}

public function onmapMiniDockable($event) {}
public function onmapMiniDockable($event)
{
}

public function onmapRightDockable($event) {}
public function onmapRightDockable($event)
{
}

public function onmapBottomDockable($event) {}
public function onmapBottomDockable($event)
{
}
}
4 changes: 3 additions & 1 deletion cadastre/classes/listGeoCommuneDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class listGeoCommuneDatasource extends jFormsDynamicDatasource
protected $profile;
protected $dao;

public function __construct($formid) {}
public function __construct($formid)
{
}

public function getData($form)
{
Expand Down
4 changes: 3 additions & 1 deletion cadastre/classes/listGeoSectionDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class listGeoSectionDatasource extends jFormsDynamicDatasource

protected $dao;

public function __construct($formid) {}
public function __construct($formid)
{
}

public function getData($form)
{
Expand Down
4 changes: 3 additions & 1 deletion cadastre/classes/listParcelleLieuDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class listParcelleLieuDatasource extends jFormsDynamicDatasource
protected $profile;
protected $dao;

public function __construct($formid) {}
public function __construct($formid)
{
}

public function getData($form)
{
Expand Down
4 changes: 3 additions & 1 deletion cadastre/classes/listParcelleLieuNoMajicDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class listParcelleLieuNoMajicDatasource extends jFormsDynamicDatasource
protected $profile;
protected $dao;

public function __construct($formid) {}
public function __construct($formid)
{
}

public function getData($form)
{
Expand Down
4 changes: 3 additions & 1 deletion cadastre/classes/listParcellePropDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class listParcellePropDatasource extends jFormsDynamicDatasource
protected $profile;
protected $dao;

public function __construct($formid) {}
public function __construct($formid)
{
}

public function getData($form)
{
Expand Down
2 changes: 1 addition & 1 deletion cadastre/controllers/service.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getCadastrePdf()

if ($type == 'fiche') {
$creq = 'getHtml';
// jLog::log($creq);
// jLog::log($creq);
} else {
$creq = 'createPdf';
}
Expand Down

0 comments on commit d3fb753

Please sign in to comment.