Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 43d5b82

Browse files
author
stwe
committed
Text files should end with a newline character
1 parent fdae936 commit 43d5b82

40 files changed

+37
-40
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto

Datatable/Column/AbstractColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,4 +536,4 @@ public function getWidth()
536536
{
537537
return $this->width;
538538
}
539-
}
539+
}

Datatable/Column/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ public function getRenderConditions()
361361
{
362362
return $this->renderConditions;
363363
}
364-
}
364+
}

Datatable/Column/ActionColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ public function getActions()
203203
{
204204
return $this->actions;
205205
}
206-
}
206+
}

Datatable/Column/ArrayColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ public function setOptions(array $options)
7777

7878
return $this;
7979
}
80-
}
80+
}

Datatable/Column/BooleanColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ public function getTrueLabel()
237237
{
238238
return $this->trueLabel;
239239
}
240-
}
240+
}

Datatable/Column/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function getColumnClassName()
3131
{
3232
return "column";
3333
}
34-
}
34+
}

Datatable/Column/ColumnBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ public function getVirtualColumnNames()
9191

9292
return $virtualColumns;
9393
}
94-
}
94+
}

Datatable/Column/ColumnBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public function getColumns();
4242
* @return array
4343
*/
4444
public function getVirtualColumnNames();
45-
}
45+
}

Datatable/Column/ColumnFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ public function createColumnByName($property, $name)
9797

9898
return $this->column;
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)