Empty Array is Giving Warning for array_merge()

You have a typo in line:

$this->post_type_lables    = $labels;

then, you use undeclared variable $this->post_type_labels as a second argument of array_merge function.