Completed
Pull Request — master (#461)
by
unknown
02:55
created
src/DataGrid.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3311,11 +3311,11 @@
 block discarded – undo
3311 3311
 
3312 3312
 
3313 3313
 	/**
3314
-     * @return string
3315
-     */
3316
-    public function getSortableParentPath()
3317
-    {
3318
-        return $this->getParent()->lookupPath(Nette\Application\IPresenter::class, FALSE);
3314
+	 * @return string
3315
+	 */
3316
+	public function getSortableParentPath()
3317
+	{
3318
+		return $this->getParent()->lookupPath(Nette\Application\IPresenter::class, FALSE);
3319 3319
 	}
3320 3320
 
3321 3321
 
Please login to merge, or discard this patch.